OpenStructure
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Public Member Functions | Data Fields
TextPrim Struct Reference

#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
 

Detailed Description

Definition at line 107 of file gfx_prim.hh.

Constructor & Destructor Documentation

TextPrim ( )
inline

Definition at line 108 of file gfx_prim.hh.

TextPrim ( const String s,
const geom::Vec3 p,
const Color c,
float  ps 
)
inline

Definition at line 109 of file gfx_prim.hh.

Field Documentation

Color color

Definition at line 113 of file gfx_prim.hh.

float points

Definition at line 114 of file gfx_prim.hh.

geom::Vec3 position

Definition at line 112 of file gfx_prim.hh.

String str

Definition at line 111 of file gfx_prim.hh.


The documentation for this struct was generated from the following file: