Translate a line by adding a vector to both start and end point.
Namespace: Altaxo.GeometryAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax 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