Click or drag to resize

Point3Subtraction Operator (Point3, Point3)

Subtract two points to get a vector.

Namespace:  Karamba.Geometry
Assembly:  KarambaCommon (in KarambaCommon.dll) Version: 2.2.0.4 (2.2.0.4)
Syntax
public static Vector3 operator -(
	Point3 a,
	Point3 b
)

Parameters

a
Type: Karamba.GeometryPoint3
First point: head of the new vector.
b
Type: Karamba.GeometryPoint3
Second point.

Return Value

Type: Vector3
Difference vector.
See Also