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