Vec4f.fromPointer constructor

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

Implementation

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