#include <composite3.hh>
Public Member Functions | |
| CuboidAxis () | |
| CuboidAxis (const Vec3 &axis, Real half_extent) | |
| const Vec3 & | GetVector () const |
| Real | GetHalfExtent () const |
| Real | GetExtent () const |
Definition at line 104 of file composite3.hh.
| CuboidAxis | ( | ) | [inline] |
Definition at line 106 of file composite3.hh.
| CuboidAxis | ( | const Vec3 & | axis, | |
| Real | half_extent | |||
| ) |
| Real GetExtent | ( | ) | const [inline] |
Definition at line 111 of file composite3.hh.
| Real GetHalfExtent | ( | ) | const [inline] |
Definition at line 110 of file composite3.hh.
| const Vec3& GetVector | ( | ) | const [inline] |
Definition at line 109 of file composite3.hh.
1.5.8