OpenStructure
|
#include <gfx_prim.hh>
Public Member Functions | |
SpherePrim () | |
SpherePrim (const geom::Vec3 &pos, float rad, const Color &col) | |
Data Fields | |
geom::Vec3 | position |
float | radius |
Color | color |
Definition at line 34 of file gfx_prim.hh.
|
inline |
Definition at line 35 of file gfx_prim.hh.
|
inline |
Definition at line 38 of file gfx_prim.hh.
Color color |
Definition at line 44 of file gfx_prim.hh.
geom::Vec3 position |
Definition at line 42 of file gfx_prim.hh.
float radius |
Definition at line 43 of file gfx_prim.hh.