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