Vec4w.fromPointer constructor

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

Implementation

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