pub type PointF64 = Point2<f64>;Expand description
2D Point with f64 component
Aliased Type§
pub struct PointF64 {
pub x: f64,
pub y: f64,
}Fields§
§x: f64§y: f64pub type PointF64 = Point2<f64>;2D Point with f64 component
pub struct PointF64 {
pub x: f64,
pub y: f64,
}x: f64§y: f64