openOutersRemove method
Implementation
void openOutersRemove(Waypath waypath) {
bool ok = _openOuters.remove(waypath);
if (ok) {
_boundingBox = null;
}
}
void openOutersRemove(Waypath waypath) {
bool ok = _openOuters.remove(waypath);
if (ok) {
_boundingBox = null;
}
}