Type Definition graphics::math::Vec2d

source · []
pub type Vec2d<T = Scalar> = Vector2<T>;
Expand description

The type used for 2D vectors.