AvogadroLibs  1.90.0
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Pages
Camera Member List

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
Camera() (defined in Camera)Camera
devicePixelRatio() const Camera
distance(const Vector3f &point) const Camera
height() const Camera
lookAt(const Vector3f &eye, const Vector3f &center, const Vector3f &up)Camera
modelView() const 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
setDevicePixelRatio(float scale)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