MatrixDInvertedTransform(PointD) Method

Use inverted matrix and transform the point.

Definition

Namespace: PCBI.MathUtils
Assembly: PCB-Investigator (in PCB-Investigator.exe) Version: 0
C#
public void InvertedTransform(
	ref PointD p
)

Parameters

p  PointD
The point to use inverted matrix to transfrom.

See Also