Type Definition euclid::Vector3D

source ·
pub type Vector3D<T> = TypedVector3D<T, UnknownUnit>;
Expand description

Default 3d vector type with no unit.

Vector3D provides the same methods as TypedVector3D.