Point |
Name | Description | |
---|---|---|
![]() ![]() | Addition(Int32, Point4DInt) | Adds a scalar to all the coordinates of a point, and returns a new point. |
![]() ![]() | Addition(Point4DInt, Point4DInt) | Adds the coordinates of two points, and returns the result as a new point. |
![]() ![]() | Addition(Point4DInt, Int32) | Adds a scalar to all the coordinates of a point, and returns the result as a new point. |