Vec2s.fromPointer constructor

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

Implementation

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