Click or drag to resize

Point4DSubtraction Operator

Overload List
 NameDescription
Public operatorStatic memberSubtraction(Double, Point4D) Subtracts all the coordinates of a point from a scalar, and returns the result as a new point.
Public operatorStatic memberSubtraction(Point4D, Point4D) Subtracts the coordinates of two points, and returns the result as a new point.
Public operatorStatic memberSubtraction(Point4D, Double) Subtracts a scalar from all the coordinates of a point, and returns the result as a new point.
Top
See Also