[][src]Type Definition visioncortex::PointF64

type PointF64 = Point2<f64>;

2D Point with f64 component

Implementations

impl PointF64[src]

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