Vec2d.fromPointer constructor

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

Implementation

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