![]() |
Gray C++ Libraries
0.0.2
A set of C++ libraries for MSVC, GNU on Windows, WinCE, Linux
|
#include <cCamera.h>
Public Member Functions | |
| cCameraParamsBase () | |
| const cVector3f & | get_Eye () const noexcept |
| const cVector3f & | get_Ang () const noexcept |
Public Attributes | |
| cVector3f | m_vEye |
| Location point POV eye of the camera. RADIANf_t. More... | |
| cVector3f | m_vAng |
| Euler Angle of the first person camera ray from the m_vEye. (RADIANf_t) Pitch, Bank, Heading. More... | |
| METERSf_t | m_fFar |
| Far plane distance from eye. More... | |
| METERSf_t | m_fNear |
| Near plane distance from eye. More... | |
The basic params for the camera. NOT derived params.
| Gray3D::cCameraParamsBase::cCameraParamsBase | ( | ) |
|
inlinenoexcept |
Euler angle of the camera in RADIANf_t. Pitch, Bank, Heading
|
inlinenoexcept |
The camera eye in D3D coords. METERSf_t
| METERSf_t Gray3D::cCameraParamsBase::m_fFar |
Far plane distance from eye.
| METERSf_t Gray3D::cCameraParamsBase::m_fNear |
Near plane distance from eye.
| cVector3f Gray3D::cCameraParamsBase::m_vAng |
Euler Angle of the first person camera ray from the m_vEye. (RADIANf_t) Pitch, Bank, Heading.
| cVector3f Gray3D::cCameraParamsBase::m_vEye |
Location point POV eye of the camera. RADIANf_t.