Point3f.fromNative constructor

Point3f.fromNative(
  1. Point3f p
)

Implementation

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