reattach method

  1. @override
void reattach({
  1. Pointer<VecPoint3f>? newPtr,
})
override

Implementation

@override
void reattach({ffi.Pointer<cvg.VecPoint3f>? newPtr}) {
  super.reattach(newPtr: newPtr);
  Vec.finalizer.attach(this, ref.ptr.cast<ffi.Void>(), detach: this);
}