Click or drag to resize

Point3DIntMultiply Operator

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