|
Graphviz 14.0.3~dev.20251029.0425
|
#include <arcball.h>
Data Fields | |
| Vector3fT | StVec |
| Vector3fT | EnVec |
| float | AdjustWidth |
| float | AdjustHeight |
| Matrix4fT | Transform |
| Matrix3fT | LastRot |
| Matrix3fT | ThisRot |
| Point2fT | MousePt |
| int | isDragging |
| float _ArcBall_t::AdjustHeight |
Definition at line 422 of file arcball.h.
Referenced by mapToSphere(), and setBounds().
| float _ArcBall_t::AdjustWidth |
Definition at line 421 of file arcball.h.
Referenced by mapToSphere(), and setBounds().
| int _ArcBall_t::isDragging |
Definition at line 427 of file arcball.h.
Referenced by apply_actions(), appmouse_up(), arcmouseClick(), button_release_event(), and cb_mouseclick().
| Matrix3fT _ArcBall_t::LastRot |
Definition at line 424 of file arcball.h.
Referenced by arcmouseClick(), and arcmouseDrag().
| Point2fT _ArcBall_t::MousePt |
Definition at line 426 of file arcball.h.
Referenced by apply_actions(), arcmouseClick(), and arcmouseDrag().
| Vector3fT _ArcBall_t::StVec |
| Matrix3fT _ArcBall_t::ThisRot |
Definition at line 425 of file arcball.h.
Referenced by arcmouseClick(), and arcmouseDrag().
| Matrix4fT _ArcBall_t::Transform |
Definition at line 423 of file arcball.h.
Referenced by arcmouseDrag(), drawRotatingAxis(), glupdatecamera(), and init_arcBall().