Illustrative Line Visualization
Implementation of the method by Everts et al. for visualizing dense line data.
|
This is the complete list of members for Camera, including all inherited members.
Camera(QObject *parent, float minDist, float maxDist, float initDist=.0f, float initYaw=.0f, float initPitch=.0f) | Camera | |
getProjectionMatrix(QMatrix4x4 &projMatrix) | Camera | |
getViewMatrix(QMatrix4x4 &viewMatrix) | Camera | |
move(const QVector2D &offset) | Camera | slot |
rotateX(float angle) | Camera | slot |
rotateY(float angle) | Camera | slot |
setAspectRatio(float aspectRatio) | Camera | slot |
setNearFarPlane(float near, float far) | Camera | slot |
zoom(float distance) | Camera | slot |