Point |
Name | Description | |
---|---|---|
![]() ![]() | Subtraction(Int32, Point2DInt) | Subtracts all the coordinates of a point from a scalar, and returns the result as a new point. |
![]() ![]() | Subtraction(Point2DInt, Point2DInt) | Subtracts the coordinates of two points, and returns the result as a new point. |
![]() ![]() | Subtraction(Point2DInt, Int32) | Subtracts a scalar from all the coordinates of a point, and returns the result as a new point. |