pub type Line3d = Line<f64, Vector3<f64>>;Expand description
3D double-precision line.
Aliased Type§
#[repr(C)]pub struct Line3d {
pub p: Vector3<f64>,
pub d: Vector3<f64>,
/* private fields */
}Fields§
§p: Vector3<f64>§d: Vector3<f64>