Click or drag to resize

LineD2DAddition Operator

Translate a line by adding a vector to both start and end point.

Namespace: Altaxo.Geometry
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public static LineD2D operator +(
	LineD2D line,
	VectorD2D translation
)

Parameters

line  LineD2D
The line.
translation  VectorD2D
The vector to add.

Return Value

LineD2D
The translated line.
See Also