Type Definition maker_panel::TPoint

[]
pub type TPoint = Point2D<f32, UnknownUnit>;
Expand description

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