Vec2w.fromPointer constructor

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

Implementation

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