Type Definition graphics::math::Vec2d[][src]

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

The type used for 2D vectors.