Point3i.fromNative constructor

Point3i.fromNative(
  1. Point3i p
)

Implementation

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