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