#include <gfx_prim.hh>
Public Member Functions | |
| CylinderPrim () | |
| CylinderPrim (const geom::Vec3 &st, const geom::Vec3 &en, float rad, const Color &col) | |
| void | calc_rotmat () |
Data Fields | |
| geom::Vec3 | start |
| geom::Vec3 | end |
| float | radius |
| Color | color |
| float | length |
| geom::Mat3 | rotmat |
| geom::Mat3 | rotmat_t |
Definition at line 49 of file gfx_prim.hh.
| CylinderPrim | ( | ) | [inline] |
Definition at line 50 of file gfx_prim.hh.
| CylinderPrim | ( | const geom::Vec3 & | st, | |
| const geom::Vec3 & | en, | |||
| float | rad, | |||
| const Color & | col | |||
| ) | [inline] |
Definition at line 56 of file gfx_prim.hh.
| void calc_rotmat | ( | ) |
Definition at line 66 of file gfx_prim.hh.
Definition at line 64 of file gfx_prim.hh.
| float length |
Definition at line 67 of file gfx_prim.hh.
| float radius |
Definition at line 65 of file gfx_prim.hh.
Definition at line 68 of file gfx_prim.hh.
Definition at line 69 of file gfx_prim.hh.
Definition at line 64 of file gfx_prim.hh.
1.5.8