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