pub fn point3_as_ref(p: &Point3Impl) -> &[f32; 3]
Get point coordinates as a &[f32; 3] ref.
&[f32; 3]