pub type Point3 = DVec3;
A semantic alias used when a value is a three-dimensional position.
#[repr(C)]pub struct Point3 { pub x: f64, pub y: f64, pub z: f64, }
x: f64
y: f64
z: f64