Vec3w.fromPointer constructor

Vec3w.fromPointer(
  1. Pointer<Vec3w> ptr, [
  2. bool attach = true
])

Implementation

factory Vec3w.fromPointer(ffi.Pointer<cvg.Vec3w> ptr, [bool attach = true]) => Vec3w._(ptr, attach);