Vec2f.fromPointer constructor

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

Implementation

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