Lines Matching refs:matrix
28 /** This structure defines a 2 by 2 matrix.<p>
33 The matrix defined by this structure constitutes a linear
36 matrix does not include any translational components.<p>
38 A linear mapping, as performed by this matrix, can be written out
47 Thus, in common matrix language, with M being the
53 the above notation. Since matrix multiplication is associative,
64 printer. Then, the total transformation matrix and the device
71 /// The top, left matrix entry.
74 /// The top, right matrix entry.
77 /// The bottom, left matrix entry.
80 /// The bottom, right matrix entry.