VecVecPoint2f.fromPointer constructor
Implementation
VecVecPoint2f.fromPointer(super.ptr, {bool attach = true, int? externalSize}) : super.fromPointer() {
if (attach) {
finalizer.attach(this, ptr.cast<ffi.Void>(), detach: this, externalSize: externalSize);
}
}