AvogadroLibs 1.98.1
|
This is the complete list of members for Camera, including all inherited members.
calculateOrthographic(float left, float right, float bottom, float top, float zNear, float zFar) | Camera | |
calculatePerspective(float fieldOfView, float aspectRatio, float zNear, float zFar) | Camera | |
calculatePerspective(float fieldOfView, float zNear, float zFar) | Camera | |
calculatePerspective(float left, float right, float bottom, float top, float zNear, float zFar) | Camera | |
Camera() (defined in Camera) | Camera | |
Camera(const Camera &o) (defined in Camera) | Camera | |
distance(const Vector3f &point) const | Camera | |
focus() const | Camera | |
height() const | Camera | |
lookAt(const Vector3f &eye, const Vector3f ¢er, const Vector3f &up) | Camera | |
modelView() const | Camera | |
operator=(const Camera &o) (defined in Camera) | Camera | |
orthographicScale() const | Camera | |
preRotate(float angle, const Vector3f &axis) | Camera | |
preTranslate(const Vector3f &translate) | Camera | |
project(const Vector3f &point) const | Camera | |
projection() const | Camera | |
projectionType() const | Camera | |
rotate(float angle, const Vector3f &axis) | Camera | |
scale(float scale) | Camera | |
setFocus(const Eigen::Vector3f &newFocus) | Camera | |
setIdentity() | Camera | |
setModelView(const Eigen::Affine3f &transform) | Camera | |
setOrthographicScale(float newScale) | Camera | |
setProjection(const Eigen::Affine3f &transform) | Camera | |
setProjectionType(Projection proj) | Camera | |
setViewport(int w, int h) | Camera | |
translate(const Vector3f &translate) | Camera | |
unProject(const Vector3f &point) const | Camera | |
unProject(const Vector2f &point, const Vector3f &reference=Vector3f::Zero()) const | Camera | |
width() const | Camera | |
~Camera() (defined in Camera) | Camera |