Click or drag to resize

Matrix3x2InverseTransform(VectorD2D) 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.Geometry
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public VectorD2D InverseTransform(
	VectorD2D p
)

Parameters

p  VectorD2D
The point p to inverse transform.

Return Value

VectorD2D
The inverse transformation of Vector p.
See Also