Type Alias visioncortex::PointF64

source ·
pub type PointF64 = Point2<f64>;
Expand description

2D Point with f64 component

Aliased Type§

struct PointF64 {
    pub x: f64,
    pub y: f64,
}

Fields§

§x: f64§y: f64

Implementations§

Trait Implementations§