Skip to content

M_Rhino_Geometry_Point3f_op_Subtraction

Will Pearson edited this page Aug 12, 2016 · 2 revisions

Point3f.Subtraction Operator

Subtracts a point from another point.

Namespace: Rhino.Geometry
Assembly: RhinoCommon (in RhinoCommon.dll) Version: Rhino 6.0

Syntax

C#

public static Vector3f operator -(
	Point3f point1,
	Point3f point2
)

VB

Public Shared Operator - ( 
	point1 As Point3f,
	point2 As Point3f
) As Vector3f

Parameters

 

point1
Type: Rhino.Geometry.Point3f
A point.
point2
Type: Rhino.Geometry.Point3f
Another point.

Return Value

Type: Vector3f
A new vector that is the difference of point minus vector.

Version Information

Supported in: 6.0.16224.21491, 5D58w

See Also

Reference

Point3f Structure
Rhino.Geometry Namespace

Clone this wiki locally