Click or drag to resize

GraphicBaseToUnrotatedDifference(PointD2D, PointD2D) Method

Converts a difference vector defined by two points to unrotated coordinates.

Namespace: Altaxo.Graph.Gdi.Shapes
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public PointD2D ToUnrotatedDifference(
	PointD2D pivot,
	PointD2D point
)

Parameters

pivot  PointD2D
The pivot point.
point  PointD2D
The target point.

Return Value

PointD2D
The unrotated difference vector.
See Also