Click or drag to resize

Point3DIntSubtraction(Point3DInt, Point3DInt) Operator

Subtracts the coordinates of two points, and returns the result as a new point.

Namespace: RAYLASE.SPICE3.Utils
Assembly: RAYLASE.SPICE3.Utils (in RAYLASE.SPICE3.Utils.dll) Version: 3.9.0
Syntax
C#
public static Point3DInt operator -(
	Point3DInt lhs,
	Point3DInt rhs
)

Parameters

lhs  Point3DInt
The first point.
rhs  Point3DInt
The second point.

Return Value

Point3DInt
The difference between the two points.
See Also