Type Alias rs_math3d::Line3d

source ·
pub type Line3d = Line<f64, Vec3d>;

Aliased Type§

struct Line3d {
    pub p: Vector3<f64>,
    pub d: Vector3<f64>,
    /* private fields */
}

Fields§

§p: Vector3<f64>§d: Vector3<f64>