Point3i.fromPointer(ffi.Pointer<cvg.Point3i> ptr, [bool attach = true]) : super.fromPointer(ptr) { if (attach) { finalizer.attach(this, ptr.cast(), detach: this); } }