Point2f.fromNative constructor

Point2f.fromNative(
  1. Point2f p
)

Implementation

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