Click or drag to resize

PointD3DSubtraction(PointD3D, PointD3D) Operator

Subtracts two points to get a vector.

Namespace: Altaxo.Geometry
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public static VectorD3D operator -(
	PointD3D a,
	PointD3D b
)

Parameters

a  PointD3D
The first point.
b  PointD3D
The second point.

Return Value

VectorD3D
The vector from b to a.
See Also