Vec3f.fromPointer constructor

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

Implementation

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