Piccolo.NET

PMatrix Constructor (Single, Single, Single, Single, Single, Single)

Constructs a new PMatrix initialized with the specified elements.

public PMatrix(
   float m11,
   float m12,
   float m21,
   float m22,
   float dx,
   float dy
);

Parameters

m11
The value in the first row and first column of the new PMatrix.
m12
The value in the first row and second column of the new PMatrix.
m21
The value in the second row and first column of the new PMatrix.
m22
The value in the second row and second column of the new PMatrix.
dx
The value in the third row and first column of the new PMatrix.
dy
The value in the third row and second column of the new PMatrix.

See Also

PMatrix Class | UMD.HCIL.Piccolo.Util Namespace | PMatrix Constructor Overload List


Web Accessibility