Brenta Engine 1.2
Loading...
Searching...
No Matches
brenta::Camera::Spherical Class Reference

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
 

Detailed Description

Definition at line 80 of file camera.hpp.

Constructor & Destructor Documentation

◆ Spherical()

brenta::Camera::Spherical::Spherical ( glm::vec3  center,
float  theta,
float  phi,
float  radius 
)
inline

Definition at line 92 of file camera.hpp.

Field Documentation

◆ center

glm::vec3 brenta::Camera::Spherical::center

Definition at line 86 of file camera.hpp.

◆ phi

float brenta::Camera::Spherical::phi

Definition at line 88 of file camera.hpp.

◆ radius

float brenta::Camera::Spherical::radius

Definition at line 89 of file camera.hpp.

◆ theta

float brenta::Camera::Spherical::theta

Definition at line 87 of file camera.hpp.


The documentation for this class was generated from the following file: