M_Rhino_Geometry_Point3d_op_Subtraction - mcneel/rhinocommon-api-docs GitHub Wiki
Subtracts a point from another point.
Namespace: Rhino.Geometry
Assembly: RhinoCommon (in RhinoCommon.dll) Version: Rhino 6.0
C#
public static Vector3d operator -(
Point3d point1,
Point3d point2
)
VB
Public Shared Operator - (
point1 As Point3d,
point2 As Point3d
) As Vector3d
- point1
- Type: Rhino.Geometry.Point3d
A point. - point2
- Type: Rhino.Geometry.Point3d
Another point.
Type: Vector3d
A new vector that is the difference of point minus vector.
Supported in: 6.0.16224.21491, 5D58w
Point3d Structure
Subtraction Overload
Rhino.Geometry Namespace