Public Member Functions | |
ArcBall_t (GLfloat NewWidth, GLfloat NewHeight) | |
~ArcBall_t () | |
void | setBounds (GLfloat NewWidth, GLfloat NewHeight) |
void | click (const Point2fT *NewPt) |
void | drag (const Point2fT *NewPt, Quat4fT *NewRot) |
Protected Member Functions | |
void | _mapToSphere (const Point2fT *NewPt, Vector3fT *NewVec) const |
Protected Attributes | |
Vector3fT | StVec |
Vector3fT | EnVec |
GLfloat | AdjustWidth |
GLfloat | AdjustHeight |
Definition at line 437 of file ArcBall.h.