M_Rhino_Geometry_Point3f_Subtract - mcneel/rhinocommon-api-docs GitHub Wiki
Subtracts a point from another point. (Provided for languages that do not support operator overloading. You can use the - operator otherwise)
Namespace: Rhino.Geometry
Assembly: RhinoCommon (in RhinoCommon.dll) Version: Rhino 6.0
C#
public static Vector3f Subtract(
Point3f point1,
Point3f point2
)
VB
Public Shared Function Subtract (
point1 As Point3f,
point2 As Point3f
) As Vector3f
- point1
- Type: Rhino.Geometry.Point3f
A point. - point2
- Type: Rhino.Geometry.Point3f
Another point.
Type: Vector3f
A new vector that is the difference of point minus vector.
Supported in: 6.0.16224.21491, 5D58w