Type Alias Vec2d

Source
pub type Vec2d<T = Scalar> = Vector2<T>;
Expand description

The type used for 2D vectors.