cuboid axis defined by a normalized direction vector and a half extent More...
#include <composite3.hh>
Public Member Functions | |
CuboidAxis () | |
CuboidAxis (const Vec3 &axis, Real half_extent) | |
const Vec3 & | GetVector () const |
Real | GetHalfExtent () const |
Real | GetExtent () const |
cuboid axis defined by a normalized direction vector and a half extent
Definition at line 102 of file composite3.hh.
CuboidAxis | ( | ) | [inline] |
Definition at line 104 of file composite3.hh.
CuboidAxis | ( | const Vec3 & | axis, | |
Real | half_extent | |||
) |
Real GetExtent | ( | ) | const [inline] |
Definition at line 109 of file composite3.hh.
Real GetHalfExtent | ( | ) | const [inline] |
Definition at line 108 of file composite3.hh.
const Vec3& GetVector | ( | ) | const [inline] |
Definition at line 107 of file composite3.hh.