Vec3s.fromPointer constructor

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

Implementation

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