Type Alias parametrics::core::Point
source · pub type Point = Point2D<f32, UnknownUnit>;Expand description
Point type from Euclid
Aliased Type§
struct Point {
pub x: f32,
pub y: f32,
/* private fields */
}Fields§
§x: f32§y: f32