GraphicBaseToUnrotatedDifference(PointD2D) Method |
Converts a difference vector to unrotated coordinates.
Namespace: Altaxo.Graph.Gdi.ShapesAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic PointD2D ToUnrotatedDifference(
PointD2D diff
)
Parameters
- diff PointD2D
- The rotated difference vector.
Return Value
PointD2DThe unrotated difference vector.
See Also