[]Type Definition piston_window::math::Vec3d

type Vec3d<T = f64> = [T; 3];

The type used for 3D vectors.