Type Definition Vec2d
graphics::math
type Vec2d<T = Scalar> = Vector2<T>;
The type used for 2D vectors.