PointF64

Type Alias PointF64 

Source
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: f64

Implementations§

Trait Implementations§