|
Ion
|
This is the complete list of members for ion::math::FieldOfView< T >, including all inherited members.
| FieldOfView() | ion::math::FieldOfView< T > | inline |
| FieldOfView(const Angle< T > &left, const Angle< T > &right, const Angle< T > &bottom, const Angle< T > &top) | ion::math::FieldOfView< T > | inline |
| FieldOfView(const FieldOfView< U > &fov) | ion::math::FieldOfView< T > | explicit |
| FromCenteredFovAndOpticalCenter(const Angle< T > centered_fov_x, const Angle< T > centered_fov_y, const Point< 2, T > &optical_center_ndc) | ion::math::FieldOfView< T > | inlinestatic |
| FromProjectionMatrix(const Matrix< 4, T > &matrix) | ion::math::FieldOfView< T > | inlinestatic |
| FromTangents(const T &left, const T &right, const T &bottom, const T &top) | ion::math::FieldOfView< T > | inlinestatic |
| GetBottom() const | ion::math::FieldOfView< T > | inline |
| GetCenteredFovX() const | ion::math::FieldOfView< T > | |
| GetCenteredFovY() const | ion::math::FieldOfView< T > | inline |
| GetLeft() const | ion::math::FieldOfView< T > | inline |
| GetOpticalCenter() const | ion::math::FieldOfView< T > | inline |
| GetProjectionMatrix(T near_p, T far_p) const | ion::math::FieldOfView< T > | inline |
| GetRight() const | ion::math::FieldOfView< T > | inline |
| GetTop() const | ion::math::FieldOfView< T > | inline |
| IsZero() const | ion::math::FieldOfView< T > | inline |
| operator!=(const FieldOfView &fov0, const FieldOfView &fov1) | ion::math::FieldOfView< T > | friend |
| operator==(const FieldOfView &fov0, const FieldOfView &fov1) | ion::math::FieldOfView< T > | friend |
| Print(std::ostream &out) const | ion::math::FieldOfView< T > | inline |
| Read(std::istream &in) | ion::math::FieldOfView< T > | inline |
| SetBottom(const Angle< T > &bottom) | ion::math::FieldOfView< T > | inline |
| SetFromTotalFovAndOpticalCenter(const Angle< T > fov_x, const Angle< T > fov_y, const Point< 2, T > &optical_center_ndc) | ion::math::FieldOfView< T > | inline |
| SetLeft(const Angle< T > &left) | ion::math::FieldOfView< T > | inline |
| SetRight(const Angle< T > &right) | ion::math::FieldOfView< T > | inline |
| SetTop(const Angle< T > &top) | ion::math::FieldOfView< T > | inline |