Skip to main content

vec3_as_ref

Function vec3_as_ref 

Source
pub fn vec3_as_ref(v: &Vec3Impl) -> &[f32; 3]
Expand description

Get Vec3 data as a &[f32; 3] ref.