MatrixDTranslate(Double, Double, Boolean) 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,
	bool prepend
)

Parameters

transX  Double
X offset to translate the matrix.
transY  Double
Y offset to translate the matrix.
prepend  Boolean
Prepend or append?

See Also