Skip to main content

Vector3

Type Alias Vector3 

Source
pub type Vector3 = Vector<3>;
Expand description

A three-dimensional vector.

Aliased Typeยง

pub struct Vector3 { /* private fields */ }