| Vector2FSubtraction Operator |
| Name | Description | |
|---|---|---|
| Subtraction(Vector2F, Vector2F) |
Subtracts the components of the second passed vector from the first passed.
| |
| Subtraction(Vector2F, Single) |
Subtracts the passed float value from each component of the passed vector.
|