#include <GteArc2.h>
Public Member Functions | |
Arc2 () | |
Arc2 (Vector2< Real > const &inCenter, Real inRadius, Vector2< Real >const &inEnd0, Vector2< Real >const &inEnd1) | |
bool | Contains (Vector2< Real > const &p) const |
bool | operator!= (Arc2 const &arc) const |
bool | operator< (Arc2 const &arc) const |
bool | operator<= (Arc2 const &arc) const |
bool | operator== (Arc2 const &arc) const |
bool | operator> (Arc2 const &arc) const |
bool | operator>= (Arc2 const &arc) const |
Public Attributes | |
Vector2< Real > | center |
Vector2< Real > | end [2] |
Real | radius |