Vec6d.fromPointer constructor

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

Implementation

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