Skip to main content

Vec3

Type Alias Vec3 

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

A 3D vector.

Aliased Type§

pub struct Vec3(pub [f64; 3]);

Tuple Fields§

§0: [f64; 3]