|
sandbox
|
This is the complete list of members for sbx::scenes::camera, including all inherited members.
| camera(const math::angle &field_of_view, std::float_t near_plane, std::float_t far_plane) (defined in sbx::scenes::camera) | sbx::scenes::camera | inline |
| far_plane() const noexcept -> std::float_t (defined in sbx::scenes::camera) | sbx::scenes::camera | inline |
| field_of_view() const noexcept -> const math::angle & (defined in sbx::scenes::camera) | sbx::scenes::camera | inline |
| near_plane() const noexcept -> std::float_t (defined in sbx::scenes::camera) | sbx::scenes::camera | inline |
| projection(std::float_t aspect_ratio) const noexcept -> math::matrix4x4 (defined in sbx::scenes::camera) | sbx::scenes::camera | inline |
| projection(std::float_t aspect_ratio, std::float_t near, std::float_t far) const noexcept -> math::matrix4x4 (defined in sbx::scenes::camera) | sbx::scenes::camera | inline |
| set_field_of_view(const math::angle &field_of_view) noexcept -> void (defined in sbx::scenes::camera) | sbx::scenes::camera | inline |