Rebel Fork Framework
Public Member Functions
|
Public Attributes
|
List of all members
Urho3D::Camera::CachedInverse< T > Struct Template Reference
Public Member Functions
CachedInverse
(const T &value)
CachedInverse
(const T &value, const T &inverse)
Public Attributes
T
value_
{}
T
inverse_
{}
Detailed Description
template<class T>
struct Urho3D::Camera::CachedInverse< T >
Helper class to store both value and inverse. TODO: Move to math.
The documentation for this struct was generated from the following file:
Urho3D/Graphics/
Camera.h
Urho3D
Camera
CachedInverse