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