This is the complete list of members for sead::Projection, including all inherited members.
| cameraPosToScreenPos(Vector3f *dst, const Vector3f &camera_pos) const | sead::Projection | |
| cType_Ortho enum value | sead::Projection | |
| cType_Perspective enum value | sead::Projection | |
| cType_Undefined enum value | sead::Projection | |
| doScreenPosToCameraPosTo(Vector3f *dst, const Vector3f &screen_pos) const =0 | sead::Projection | pure virtual |
| doUpdateDeviceMatrix(Matrix44f *dst, const Matrix44f &src, Graphics::DevicePosture pose) const | sead::Projection | virtual |
| doUpdateMatrix(Matrix44f *dst) const =0 | sead::Projection | pure virtual |
| getDeviceProjectionMatrix() const | sead::Projection | |
| getProjectionMatrix() const | sead::Projection | |
| getProjectionMatrixMutable() | sead::Projection | |
| getProjectionType() const =0 | sead::Projection | pure virtual |
| mDeviceDirty | sead::Projection | mutableprivate |
| mDeviceMatrix | sead::Projection | private |
| mDevicePosture | sead::Projection | private |
| mDeviceZOffset | sead::Projection | private |
| mDeviceZScale | sead::Projection | private |
| mDirty | sead::Projection | mutableprivate |
| mMatrix | sead::Projection | private |
| project(Vector2f *dst, const Vector3f &camera_pos, const Viewport &viewport) const | sead::Projection | |
| Projection() | sead::Projection | |
| screenPosToCameraPos(Vector3f *dst, const Vector3f &screen_pos) const | sead::Projection | |
| screenPosToCameraPos(Vector3f *dst, const Vector2f &screen_pos) const | sead::Projection | |
| setDeviceDirty() | sead::Projection | inline |
| setDevicePosture(Graphics::DevicePosture pose) | sead::Projection | inline |
| setDirty() | sead::Projection | inline |
| Type enum name | sead::Projection | |
| unproject(Vector3f *dst, const Vector3f &screen_pos, const Camera &camera) const | sead::Projection | |
| unprojectRay(Ray< Vector3f > *dst, const Vector3f &screen_pos, const Camera &camera) const | sead::Projection | |
| updateMatrixImpl_() const | sead::Projection | private |
| ~Projection() | sead::Projection | virtual |