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