removeOpposing
-
Operators.Camera.removeOpposing() - removeOpposing(set: Set, x: T, y: T): void
If the input set contains both
xandy, then bothxandyare removed from the set. Otherwise this function does nothing.Parameters
set: Set
The set to inspect and alter.x: T
The value that cancels withy.y: T
The value that cancels withx.Returns: void