Vec3d.fromPointer constructor

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

Implementation

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