pub type Segment = Segment;
A segment shape.
#[repr(C)]pub struct Segment { pub a: Vec3, pub b: Vec3, }
a: Vec3
The first endpoint of the segment.
b: Vec3
The second endpoint of the segment.