Type Definition rgx::math::algebra::Point

source ·
pub type Point = Point2D<f32>;
Expand description

Alias for a 2D position.