Click or drag to resize

PointD3DAddition(VectorD3D, PointD3D) 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 +(
	VectorD3D b,
	PointD3D a
)

Parameters

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

Return Value

PointD3D
The translated point.
See Also