#include <GteSector2.h>
Public Member Functions | |
bool | Contains (Vector2< Real > const &p) const |
bool | operator!= (Sector2 const §or) const |
bool | operator< (Sector2 const §or) const |
bool | operator<= (Sector2 const §or) const |
bool | operator== (Sector2 const §or) const |
bool | operator> (Sector2 const §or) const |
bool | operator>= (Sector2 const §or) const |
Sector2 () | |
Sector2 (Vector2< Real > const &inVertex, Real inRadius, Vector2< Real > const &inDirection, Real inAngle) | |
void | SetAngle (Real inAngle) |
Public Attributes | |
Real | angle |
Real | cosAngle |
Vector2< Real > | direction |
Real | radius |
Real | sinAngle |
Vector2< Real > | vertex |
Definition at line 23 of file GteSector2.h.
gte::Sector2< Real >::Sector2 | ( | ) |
Definition at line 60 of file GteSector2.h.
gte::Sector2< Real >::Sector2 | ( | Vector2< Real > const & | inVertex, |
Real | inRadius, | ||
Vector2< Real > const & | inDirection, | ||
Real | inAngle | ||
) |
Definition at line 72 of file GteSector2.h.
bool gte::Sector2< Real >::Contains | ( | Vector2< Real > const & | p | ) | const |
Definition at line 91 of file GteSector2.h.
bool gte::Sector2< Real >::operator!= | ( | Sector2< Real > const & | sector | ) | const |
Definition at line 106 of file GteSector2.h.
bool gte::Sector2< Real >::operator< | ( | Sector2< Real > const & | sector | ) | const |
Definition at line 112 of file GteSector2.h.
bool gte::Sector2< Real >::operator<= | ( | Sector2< Real > const & | sector | ) | const |
Definition at line 148 of file GteSector2.h.
bool gte::Sector2< Real >::operator== | ( | Sector2< Real > const & | sector | ) | const |
Definition at line 99 of file GteSector2.h.
bool gte::Sector2< Real >::operator> | ( | Sector2< Real > const & | sector | ) | const |
Definition at line 154 of file GteSector2.h.
bool gte::Sector2< Real >::operator>= | ( | Sector2< Real > const & | sector | ) | const |
Definition at line 160 of file GteSector2.h.
void gte::Sector2< Real >::SetAngle | ( | Real | inAngle | ) |
Definition at line 83 of file GteSector2.h.
Real gte::Sector2< Real >::angle |
Definition at line 46 of file GteSector2.h.
Real gte::Sector2< Real >::cosAngle |
Definition at line 46 of file GteSector2.h.
Vector2<Real> gte::Sector2< Real >::direction |
Definition at line 45 of file GteSector2.h.
Real gte::Sector2< Real >::radius |
Definition at line 44 of file GteSector2.h.
Real gte::Sector2< Real >::sinAngle |
Definition at line 46 of file GteSector2.h.
Vector2<Real> gte::Sector2< Real >::vertex |
Definition at line 43 of file GteSector2.h.