Overload | Description |
---|---|
Addition(Point2F,Size2F) | Returns the result of addition of size to point. |
Addition(Point2F,Point2F) | Returns the result of addition of point2 to point1. |
Addition(Point2F,Vector2) | Returns the result of addition of the given offset to the specified point. |