MatrixD2DInverseTransformPoint(Double, Double) Method |
Inverse transforms a point using this matrix.
Namespace: Altaxo.GeometryAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntaxpublic void InverseTransformPoint(
ref double x,
ref double y
)
Parameters
- x Double
- The x coordinate (input and output).
- y Double
- The y coordinate (input and output).
See Also