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