Click or drag to resize

Point3DIntSubtraction Operator

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