pub type Segment2d = Segment<f64, Vector2<f64>>;
Expand description
2D double-precision line segment.
Aliased Type§
#[repr(C)]pub struct Segment2d {
pub s: Vector2<f64>,
pub e: Vector2<f64>,
/* private fields */
}
Fields§
§s: Vector2<f64>
§e: Vector2<f64>