Vec6i.fromPointer constructor

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

Implementation

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