Lines Matching refs:matrix
28 /** This structure defines a 3 by 4 affine matrix.<p>
30 The matrix defined by this structure constitutes an affine mapping
32 complete 4 by 4 matrix is omitted, since it is implicitly assumed
35 An affine mapping, as performed by this matrix, can be written out
45 Thus, in common matrix language, with M being the
51 the above notation. Since matrix multiplication is associative,
63 Only then the total transformation matrix (oncluding projection to 2D)
70 /// The top, left matrix entry.
73 /// The top, left middle matrix entry.
76 /// The top, right middle matrix entry.
79 /// The top, right matrix entry.
82 /// The middle, left matrix entry.
85 /// The middle, middle left matrix entry.
88 /// The middle, middle right matrix entry.
91 /// The middle, right matrix entry.
94 /// The bottom, left matrix entry.
97 /// The bottom, middle left matrix entry.
100 /// The bottom, middle right matrix entry.
103 /// The bottom, right matrix entry.