Type Definition Vec3d
graphics::math
type Vec3d<T = Scalar> = Vector3<T>;
The type used for 3D vectors.