Type Definition visioncortex::PointF64[][src]

type PointF64 = Point2<f64>;

2D Point with f64 component

Implementations

impl PointF64[src]

pub fn to_point_i32(&self) -> PointI32[src]

pub fn to_point_f32(&self) -> PointF32[src]