A class representing a camera viewing frustum. At the moment used as orthographic camera only.
More...
#include <nonlinear_camera_estimation.hpp>
|
template<class Archive > |
void | serialize (Archive &archive) |
|
|
float | l |
|
float | r |
|
float | b |
|
float | t |
|
boost::optional< float > | n |
|
boost::optional< float > | f |
|
A class representing a camera viewing frustum. At the moment used as orthographic camera only.
template<class Archive >
void eos::fitting::Frustum::serialize |
( |
Archive & |
archive | ) |
|
|
inline |
Serialises this class using cereal.
- Parameters
-
[in] | archive | The archive to serialise to (or to serialise from). |
The documentation for this struct was generated from the following file: