Point3dUnaryNegation Operator |
Computes the additive inverse of all coordinates in the point, and returns the new point.
Namespace:
Rhino.Geometry
Assembly:
RhinoCommon (in RhinoCommon.dll)
Syntaxpublic static Point3d operator -(
Point3d point
)
Public Shared Operator - (
point As Point3d
) As Point3d
Parameters
- point
- Type: Rhino.GeometryPoint3d
A point.
Return Value
Type:
Point3dA point value that, when summed with the point input, yields the
Origin.
Version InformationRhino for Mac
Supported in: 5.4
Rhino for Windows
Supported in: 6.8
See Also