pub type Vector3<T> = Vector<T, 3>;Expand description
A static 3D vector alias for Vector<T, 3>.
Aliased Typeยง
pub struct Vector3<T> { /* private fields */ }pub type Vector3<T> = Vector<T, 3>;A static 3D vector alias for Vector<T, 3>.
pub struct Vector3<T> { /* private fields */ }