#include "pandabase.h"
#include "eggMiscFuncs.h"
#include "indent.h"
#include <ctype.h>
Go to the source code of this file.
Functions | |
ostream & | enquote_string (ostream &out, const string &str, int indent_level, bool always_quote) |
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.cxx.
|
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. |