GraphicBaseParentCoordinatesToLocalDifference Method |
Calculates the difference vector between two points in parent coordinates and transforms the vector to local coordinates.
Namespace: Altaxo.Graph.Gdi.ShapesAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public PointD2D ParentCoordinatesToLocalDifference(
PointD2D pivot,
PointD2D point
)
Parameters
- pivot PointD2D
- Start point of the difference vector.
- point PointD2D
- End point of the difference vector.
Return Value
PointD2DThe difference vector in local coordinates.
See Also