Point2f.fromNative constructor

Point2f.fromNative(
  1. CvPoint2f p
)

Implementation

factory Point2f.fromNative(cvg.CvPoint2f p) => Point2f(p.x, p.y);