|
Brenta Engine 1.2
|
Data Structures | |
| class | Builder |
Public Member Functions | |
| Spherical (glm::vec3 center, float theta, float phi, float radius) | |
Data Fields | |
| glm::vec3 | center |
| float | theta |
| float | phi |
| float | radius |
Definition at line 80 of file camera.hpp.
|
inline |
Definition at line 92 of file camera.hpp.
| glm::vec3 brenta::Camera::Spherical::center |
Definition at line 86 of file camera.hpp.
| float brenta::Camera::Spherical::phi |
Definition at line 88 of file camera.hpp.
| float brenta::Camera::Spherical::radius |
Definition at line 89 of file camera.hpp.
| float brenta::Camera::Spherical::theta |
Definition at line 87 of file camera.hpp.