#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.
SpherePrim | ( | ) | [inline] |
Definition at line 35 of file gfx_prim.hh.
SpherePrim | ( | const geom::Vec3 & | pos, | |
float | rad, | |||
const Color & | col | |||
) | [inline] |
Definition at line 38 of file gfx_prim.hh.
Definition at line 44 of file gfx_prim.hh.
Definition at line 42 of file gfx_prim.hh.
float radius |
Definition at line 43 of file gfx_prim.hh.