Type Definition lyon_path::math::Point

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

Alias for euclid::default::Point2D<f32>.