Click or drag to resize

Point4DAddition Operator

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