Click or drag to resize

Point4DMultiply Operator

Overload List
 NameDescription
Public operatorStatic memberMultiply(Double, Point4D) Multiplies all the coordinates of a point with a scalar, and returns the result as a new point.
Public operatorStatic memberMultiply(Point4D, Point4D) Multiplies the individual axes of two points, and returns the result as a new point.
Public operatorStatic memberMultiply(Point4D, Double) Multiplies all the coordinates of a point with a scalar, and returns the result as a new point.
Top
See Also