#include <GteCylinder3.h>
Public Member Functions | |
Cylinder3 () | |
Cylinder3 (Line3< Real > const &inAxis, Real inRadius, Real inHeight) | |
bool | operator!= (Cylinder3 const &cylinder) const |
bool | operator< (Cylinder3 const &cylinder) const |
bool | operator<= (Cylinder3 const &cylinder) const |
bool | operator== (Cylinder3 const &cylinder) const |
bool | operator> (Cylinder3 const &cylinder) const |
bool | operator>= (Cylinder3 const &cylinder) const |
Public Attributes | |
Line3< Real > | axis |
Real | height |
Real | radius |
Definition at line 23 of file GteCylinder3.h.
gte::Cylinder3< Real >::Cylinder3 | ( | ) |
Definition at line 46 of file GteCylinder3.h.
gte::Cylinder3< Real >::Cylinder3 | ( | Line3< Real > const & | inAxis, |
Real | inRadius, | ||
Real | inHeight | ||
) |
Definition at line 55 of file GteCylinder3.h.
bool gte::Cylinder3< Real >::operator!= | ( | Cylinder3< Real > const & | cylinder | ) | const |
Definition at line 73 of file GteCylinder3.h.
bool gte::Cylinder3< Real >::operator< | ( | Cylinder3< Real > const & | cylinder | ) | const |
Definition at line 79 of file GteCylinder3.h.
bool gte::Cylinder3< Real >::operator<= | ( | Cylinder3< Real > const & | cylinder | ) | const |
Definition at line 105 of file GteCylinder3.h.
bool gte::Cylinder3< Real >::operator== | ( | Cylinder3< Real > const & | cylinder | ) | const |
Definition at line 65 of file GteCylinder3.h.
bool gte::Cylinder3< Real >::operator> | ( | Cylinder3< Real > const & | cylinder | ) | const |
Definition at line 111 of file GteCylinder3.h.
bool gte::Cylinder3< Real >::operator>= | ( | Cylinder3< Real > const & | cylinder | ) | const |
Definition at line 117 of file GteCylinder3.h.
Line3<Real> gte::Cylinder3< Real >::axis |
Definition at line 31 of file GteCylinder3.h.
Real gte::Cylinder3< Real >::height |
Definition at line 32 of file GteCylinder3.h.
Real gte::Cylinder3< Real >::radius |
Definition at line 32 of file GteCylinder3.h.