#include <GteCapsule.h>
Public Member Functions | |
Capsule () | |
Capsule (Segment< N, Real > const &inSegment, Real inRadius) | |
bool | operator!= (Capsule const &capsule) const |
bool | operator< (Capsule const &capsule) const |
bool | operator<= (Capsule const &capsule) const |
bool | operator== (Capsule const &capsule) const |
bool | operator> (Capsule const &capsule) const |
bool | operator>= (Capsule const &capsule) const |
Public Attributes | |
Real | radius |
Segment< N, Real > | segment |
Definition at line 19 of file GteCapsule.h.
gte::Capsule< N, Real >::Capsule | ( | ) |
Definition at line 48 of file GteCapsule.h.
gte::Capsule< N, Real >::Capsule | ( | Segment< N, Real > const & | inSegment, |
Real | inRadius | ||
) |
Definition at line 55 of file GteCapsule.h.
bool gte::Capsule< N, Real >::operator!= | ( | Capsule< N, Real > const & | capsule | ) | const |
Definition at line 69 of file GteCapsule.h.
bool gte::Capsule< N, Real >::operator< | ( | Capsule< N, Real > const & | capsule | ) | const |
Definition at line 75 of file GteCapsule.h.
bool gte::Capsule< N, Real >::operator<= | ( | Capsule< N, Real > const & | capsule | ) | const |
Definition at line 91 of file GteCapsule.h.
bool gte::Capsule< N, Real >::operator== | ( | Capsule< N, Real > const & | capsule | ) | const |
Definition at line 63 of file GteCapsule.h.
bool gte::Capsule< N, Real >::operator> | ( | Capsule< N, Real > const & | capsule | ) | const |
Definition at line 97 of file GteCapsule.h.
bool gte::Capsule< N, Real >::operator>= | ( | Capsule< N, Real > const & | capsule | ) | const |
Definition at line 103 of file GteCapsule.h.
Real gte::Capsule< N, Real >::radius |
Definition at line 30 of file GteCapsule.h.
Segment<N, Real> gte::Capsule< N, Real >::segment |
Definition at line 29 of file GteCapsule.h.