Vector3

Type Alias Vector3 

Source
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 */ }