#include "pandabase.h"
#include "lmatrix.h"
#include "eggMiscFuncs.I"
Go to the source code of this file.
Functions | |
ostream & | enquote_string (ostream &out, const string &str, int indent_level=0, bool always_quote=false) |
Writes the string to the indicated output stream. | |
void | write_transform (ostream &out, const LMatrix3d &mat, int indent_level) |
A helper function to write out a 3x3 transform matrix. |
Definition in file eggMiscFuncs.h.
|
Writes the string to the indicated output stream. If the string contains any characters special to egg, writes quotation marks around it. If always_quote is true, writes quotation marks regardless. Definition at line 43 of file eggMiscFuncs.cxx. Referenced by EggExternalReference::operator=(). |
|
A helper function to write out a 3x3 transform matrix.
Definition at line 95 of file eggMiscFuncs.cxx. |