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