Point |
Name | Description | |
---|---|---|
Subtraction(Double, Point3D) | Subtracts all the coordinates of a point from a scalar, and returns the result as a new point. | |
Subtraction(Point3D, Point3D) | Subtracts the coordinates of two points, and returns the result as a new point. | |
Subtraction(Point3D, Double) | Subtracts a scalar from all the coordinates of a point, and returns the result as a new point. |