#include "lmatrix3_src.I"
Go to the source code of this file.
Functions | |
EXPCL_PANDA | FLOATNAME (LMatrix3) |
Sets each element of the matrix to the indicated fill_value. | |
INLINE_LINMATH ostream & | operator<< (ostream &out, const FLOATNAME(LMatrix3)&mat) |
Definition in file lmatrix3_src.h.
|
Sets each element of the matrix to the indicated fill_value. It typically will represent either a rotation-and-scale (no translation) matrix in 3-d, or a full affine matrix (rotation, scale, translation) in 2-d, e.g. for a texture matrix. Definition at line 37 of file lmatrix3_src.h. References FLOATTYPE, INLINE_LINMATH, and PUBLISHED. |
|
Definition at line 228 of file lmatrix3_src.h. |