Type Definition visioncortex::PointF64

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

2D Point with f64 component

Implementations