Vec4d.fromPointer constructor

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

Implementation

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