Click or drag to resize

PointD3DAddition(PointD3D, VectorD3D) Operator

Adds a vector to a point component-wise.

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

Parameters

a  PointD3D
The point.
b  VectorD3D
The vector to add.

Return Value

PointD3D
The translated point.
See Also