Type Alias rs_math3d::Line2d

source ·
pub type Line2d = Line<f64, Vec2d>;

Aliased Type§

struct Line2d {
    pub p: Vector2<f64>,
    pub d: Vector2<f64>,
    /* private fields */
}

Fields§

§p: Vector2<f64>§d: Vector2<f64>