Click or drag to resize

LineD2DReversed Method

Returns a line with opposite direction compared to this line.

Namespace: Altaxo.Geometry
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public LineD2D Reversed()

Return Value

LineD2D
Line with the opposite direction.
See Also