Matrix2x2InverseTransform Method | 
            Inverse transform a vector p in such a way that the result will fullfill the relation p = result * matrix ( the * operator being the prepend transformation for vectors).
            
Namespace: Altaxo.GeometryAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3261.0 (4.8.3261.0)
Syntaxpublic VectorD2D InverseTransform(
	VectorD3D p
)
Parameters
- p  VectorD3D
 - The vector p to inverse transform.
 
Return Value
VectorD2DThe inverse transformation of point 
p.
See Also