Type Definition visioncortex::PointI32[][src]

type PointI32 = Point2<i32>;

2D Point with i32 component

Implementations

impl PointI32[src]

pub fn to_point_f64(&self) -> PointF64[src]