Support Forum G3D Web Page |
G3D Innovation Engine http://casual-effects.com/g3d Copyright 2000-2019, Morgan McGuire All rights reserved Available under the BSD License. More...
Classes | |
class | G3D::TextOutput::Settings |
class | G3D::TextOutput |
Convenient formatting of ASCII text written to a file. More... | |
Namespaces | |
G3D | |
Functions | |
void | G3D::serialize (const bool &b, TextOutput &to) |
void | G3D::serialize (const int &b, TextOutput &to) |
void | G3D::serialize (const uint8 &b, TextOutput &to) |
void | G3D::serialize (const double &b, TextOutput &to) |
void | G3D::serialize (const float &b, TextOutput &to) |
void | G3D::serialize (const String &b, TextOutput &to) |
void | G3D::serialize (const char *b, TextOutput &to) |
G3D Innovation Engine http://casual-effects.com/g3d Copyright 2000-2019, Morgan McGuire All rights reserved Available under the BSD License.