Vec6f.fromPointer constructor

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

Implementation

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