Vec2b.fromPointer constructor

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

Implementation

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