Overload | Description |
---|---|
Subtraction(Point2F,Size2F) | Returns the result of substruction of size from point. |
Subtraction(Point2F,Point2F) | Returns the result of substruction of point2 from point1. |
Subtraction(Point2F,Vector2) | Returns the result of substruction of the given vector from point. |