Type Definition visioncortex::PointI32

source · []
pub type PointI32 = Point2<i32>;
Expand description

2D Point with i32 component

Implementations