Type Definition euclid::Vector2D

source ·
pub type Vector2D<T> = TypedVector2D<T, UnknownUnit>;
Expand description

Default 2d vector type with no unit.

Vector2D provides the same methods as TypedVector2D.