Type Alias rs_math3d::Line2f

source ·
pub type Line2f = Line<f32, Vec2f>;

Aliased Type§

struct Line2f {
    pub p: Vector2<f32>,
    pub d: Vector2<f32>,
    /* private fields */
}

Fields§

§p: Vector2<f32>§d: Vector2<f32>