Lines Matching refs:matrix
28 /** This structure defines a 2 by 3 affine matrix.<p>
30 The matrix defined by this structure constitutes an affine mapping
32 complete 3 by 3 matrix is omitted, since it is implicitly assumed
35 An affine mapping, as performed by this matrix, can be written out
44 Thus, in common matrix language, with M being the
50 the above notation. Since matrix multiplication is associative,
61 printer, Then, the total transformation matrix and the device
68 /// The top, left matrix entry.
71 /// The top, middle matrix entry.
74 /// The top, right matrix entry.
77 /// The bottom, left matrix entry.
80 /// The bottom, middle matrix entry.
83 /// The bottom, right matrix entry.