Click or drag to resize

Point3DUnaryNegation Operator

Returns the negation of a point. In case of a vector, this returns the inverse of the input vector.

Namespace: RAYLASE.SPICE3.Utils
Assembly: RAYLASE.SPICE3.Utils (in RAYLASE.SPICE3.Utils.dll) Version: 3.4.1
Syntax
C#
public static Point3D operator -(
	Point3D rhs
)

Parameters

rhs  Point3D

[Missing <param name="rhs"/> documentation for "M:RAYLASE.SPICE3.Utils.Point3D.op_UnaryNegation(RAYLASE.SPICE3.Utils.Point3D)"]

Return Value

Point3D

[Missing <returns> documentation for "M:RAYLASE.SPICE3.Utils.Point3D.op_UnaryNegation(RAYLASE.SPICE3.Utils.Point3D)"]

See Also