MatrixD(Double, Double, Double, Double, Double, Double) Constructor

Create a instance of MatrixD with fix values.

Definition

Namespace: PCBI.MathUtils
Assembly: PCB-Investigator (in PCB-Investigator.exe) Version: 0
C#
public MatrixD(
	double m11,
	double m12,
	double m21,
	double m22,
	double m31,
	double m32
)

Parameters

m11  Double
Matrix entry on position 11.
m12  Double
Matrix entry on position 12.
m21  Double
Matrix entry on position 21.
m22  Double
Matrix entry on position 22.
m31  Double
Matrix entry on position 31 (offset X).
m32  Double
Matrix entry on position 32 (offset Y).

See Also