Click or drag to resize

GraphicBaseToUnrotatedDifference(Double, PointD2D) Method

Converts a difference vector to unrotated coordinates using the specified rotation.

Namespace: Altaxo.Graph.Gdi.Shapes
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public static PointD2D ToUnrotatedDifference(
	double rotation,
	PointD2D diff
)

Parameters

rotation  Double
The rotation in degrees.
diff  PointD2D
The rotated difference vector.

Return Value

PointD2D
The unrotated difference vector.
See Also