Type Alias piston_window::math::Vec3d

source ·
pub type Vec3d<T = f64> = [T; 3];
Expand description

The type used for 3D vectors.