, including all inherited members.
| calcInverseModelView() const | cinder::CameraStereo | [protected, virtual] |
| calcMatrices() const | cinder::Camera | [protected] |
| calcModelView() const | cinder::CameraStereo | [protected, virtual] |
| calcProjection() const | cinder::CameraStereo | [protected, virtual] |
| Camera() | cinder::Camera | |
| CameraPersp() | cinder::CameraPersp | |
| CameraPersp(int pixelWidth, int pixelHeight, float fov) | cinder::CameraPersp | |
| CameraPersp(int pixelWidth, int pixelHeight, float fov, float nearPlane, float farPlane) | cinder::CameraPersp | |
| CameraStereo() | cinder::CameraStereo | |
| CameraStereo(int pixelWidth, int pixelHeight, float fov) | cinder::CameraStereo | |
| CameraStereo(int pixelWidth, int pixelHeight, float fov, float nearPlane, float farPlane) | cinder::CameraStereo | |
| disableStereo() | cinder::CameraStereo | |
| enableStereoLeft() | cinder::CameraStereo | |
| enableStereoRight() | cinder::CameraStereo | |
| generateRay(float u, float v, float imagePlaneAspectRatio) const | cinder::Camera | |
| getAspectRatio() const | cinder::Camera | |
| getBillboardVectors(Vec3f *right, Vec3f *up) const | cinder::Camera | |
| getCenterOfInterest() const | cinder::Camera | |
| getCenterOfInterestPoint() const | cinder::Camera | |
| getConvergence() const | cinder::CameraStereo | |
| getEyePoint() const | cinder::Camera | |
| getEyePointShifted() const | cinder::CameraStereo | |
| getEyeSeparation() const | cinder::CameraStereo | |
| getFarClip() const | cinder::Camera | |
| getFarClipCoordinates(Vec3f *topLeft, Vec3f *topRight, Vec3f *bottomLeft, Vec3f *bottomRight) const | cinder::CameraStereo | [virtual] |
| getFov() const | cinder::Camera | |
| getFrameSphere(const class Sphere &worldSpaceSphere, int maxIterations=20) const | cinder::CameraPersp | |
| getFrustum(float *left, float *top, float *right, float *bottom, float *near, float *far) const | cinder::Camera | |
| getInverseModelViewMatrix() const | cinder::CameraStereo | [virtual] |
| getLensShift(float *horizontal, float *vertical) const | cinder::CameraPersp | |
| getLensShift() const | cinder::CameraPersp | |
| getLensShiftHorizontal() const | cinder::CameraPersp | |
| getLensShiftVertical() const | cinder::CameraPersp | |
| getModelViewMatrix() const | cinder::CameraStereo | [virtual] |
| getNearClip() const | cinder::Camera | |
| getNearClipCoordinates(Vec3f *topLeft, Vec3f *topRight, Vec3f *bottomLeft, Vec3f *bottomRight) const | cinder::CameraStereo | [virtual] |
| getOrientation() const | cinder::Camera | |
| getProjectionMatrix() const | cinder::CameraStereo | [virtual] |
| getScreenRadius(const class Sphere &sphere, float screenWidth, float screenHeight) const | cinder::Camera | |
| getViewDirection() const | cinder::Camera | |
| getWorldUp() const | cinder::Camera | |
| isPersp() const | cinder::CameraPersp | [virtual] |
| isStereoEnabled() const | cinder::CameraStereo | |
| isStereoLeftEnabled() const | cinder::CameraStereo | |
| isStereoRightEnabled() const | cinder::CameraStereo | |
| lookAt(const Vec3f &target) | cinder::Camera | |
| lookAt(const Vec3f &aEyePoint, const Vec3f &target) | cinder::Camera | |
| lookAt(const Vec3f &aEyePoint, const Vec3f &target, const Vec3f &aUp) | cinder::Camera | |
| mAspectRatio | cinder::Camera | [protected] |
| mCenterOfInterest | cinder::Camera | [protected] |
| mEyePoint | cinder::Camera | [protected] |
| mFarClip | cinder::Camera | [protected] |
| mFov | cinder::Camera | [protected] |
| mFrustumBottom | cinder::Camera | [mutable, protected] |
| mFrustumLeft | cinder::Camera | [mutable, protected] |
| mFrustumRight | cinder::Camera | [mutable, protected] |
| mFrustumTop | cinder::Camera | [mutable, protected] |
| mInverseModelViewCached | cinder::Camera | [mutable, protected] |
| mInverseModelViewMatrix | cinder::Camera | [mutable, protected] |
| mInverseModelViewMatrixLeft | cinder::CameraStereo | [mutable, protected] |
| mInverseModelViewMatrixRight | cinder::CameraStereo | [mutable, protected] |
| mInverseProjectionMatrix | cinder::Camera | [mutable, protected] |
| mInverseProjectionMatrixLeft | cinder::CameraStereo | [mutable, protected] |
| mInverseProjectionMatrixRight | cinder::CameraStereo | [mutable, protected] |
| mLensShift | cinder::CameraPersp | [protected] |
| mModelViewCached | cinder::Camera | [mutable, protected] |
| mModelViewMatrix | cinder::Camera | [mutable, protected] |
| mModelViewMatrixLeft | cinder::CameraStereo | [mutable, protected] |
| mModelViewMatrixRight | cinder::CameraStereo | [mutable, protected] |
| mNearClip | cinder::Camera | [protected] |
| mOrientation | cinder::Camera | [protected] |
| mProjectionCached | cinder::Camera | [mutable, protected] |
| mProjectionMatrix | cinder::Camera | [mutable, protected] |
| mProjectionMatrixLeft | cinder::CameraStereo | [mutable, protected] |
| mProjectionMatrixRight | cinder::CameraStereo | [mutable, protected] |
| mU | cinder::Camera | [mutable, protected] |
| mV | cinder::Camera | [mutable, protected] |
| mViewDirection | cinder::Camera | [protected] |
| mW | cinder::Camera | [mutable, protected] |
| mWorldUp | cinder::Camera | [protected] |
| setAspectRatio(float aAspectRatio) | cinder::Camera | |
| setCenterOfInterest(float aCenterOfInterest) | cinder::Camera | |
| setCenterOfInterestPoint(const Vec3f ¢erOfInterestPoint) | cinder::Camera | |
| setConvergence(float distance, bool adjustEyeSeparation=false) | cinder::CameraStereo | |
| setEyePoint(const Vec3f &aEyePoint) | cinder::Camera | |
| setEyeSeparation(float distance) | cinder::CameraStereo | |
| setFarClip(float aFarClip) | cinder::Camera | |
| setFov(float aFov) | cinder::Camera | |
| setLensShift(float horizontal, float vertical) | cinder::CameraPersp | |
| setLensShift(const Vec2f &shift) | cinder::CameraPersp | |
| setLensShiftHorizontal(float horizontal) | cinder::CameraPersp | |
| setLensShiftVertical(float vertical) | cinder::CameraPersp | |
| setNearClip(float aNearClip) | cinder::Camera | |
| setOrientation(const Quatf &aOrientation) | cinder::Camera | |
| setPerspective(float horizFovDegrees, float aspectRatio, float nearPlane, float farPlane) | cinder::CameraPersp | |
| setViewDirection(const Vec3f &aViewDirection) | cinder::Camera | |
| setWorldUp(const Vec3f &aWorldUp) | cinder::Camera | |
| worldToEye(const Vec3f &worldCoord) | cinder::Camera | |
| worldToEyeDepth(const Vec3f &worldCoord) const | cinder::Camera | |
| worldToNdc(const Vec3f &worldCoord) | cinder::Camera | |
| worldToScreen(const Vec3f &worldCoord, float screenWidth, float screenHeight) const | cinder::Camera | |
| ~Camera() | cinder::Camera | [virtual] |