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