Vec3P

Type Alias Vec3P 

Source
pub type Vec3P = TVec3P<f32>;
Expand description

A packed 3 component f32 vector

Aliased Typeยง

pub struct Vec3P(/* private fields */);