#include <gfx_prim.hh>
Public Member Functions | |
| TextPrim () | |
| TextPrim (const String &s, const geom::Vec3 &p, const Color &c, float ps) | |
Data Fields | |
| String | str |
| geom::Vec3 | position |
| Color | color |
| float | points |
Definition at line 75 of file gfx_prim.hh.
| TextPrim | ( | ) | [inline] |
Definition at line 76 of file gfx_prim.hh.
| TextPrim | ( | const String & | s, | |
| const geom::Vec3 & | p, | |||
| const Color & | c, | |||
| float | ps | |||
| ) | [inline] |
Definition at line 77 of file gfx_prim.hh.
Definition at line 81 of file gfx_prim.hh.
| float points |
Definition at line 82 of file gfx_prim.hh.
Definition at line 80 of file gfx_prim.hh.
Definition at line 79 of file gfx_prim.hh.
1.5.8