MatrixDTranslate(Double, Double) Method

Translate the matrix in X and Y direction.

Definition

Namespace: PCBI.MathUtils
Assembly: PCB-Investigator (in PCB-Investigator.exe) Version: 0
C#
public void Translate(
	double transX,
	double transY
)

Parameters

transX  Double
X offset to translate the matrix.
transY  Double
Y offset to translate the matrix.

See Also