Ion
|
#include <cmath>
#include "ion/math/angle.h"
#include "ion/math/matrixutils.h"
#include "ion/math/transformutils.h"
#include "ion/math/vector.h"
Go to the source code of this file.
Classes | |
class | ion::math::FieldOfView< T > |
Encapsulates a generalized, asymmetric field of view with four half angles. More... | |
Namespaces | |
ion | |
Copyright 2016 Google Inc. | |
ion::math | |
Typedefs | |
typedef FieldOfView< float > | ion::math::FieldOfViewf |
typedef FieldOfView< double > | ion::math::FieldOfViewd |
Functions | |
template<typename T > | |
std::ostream & | ion::math::operator<< (std::ostream &out, const FieldOfView< T > &f) |
template<typename T > | |
std::istream & | ion::math::operator>> (std::istream &in, FieldOfView< T > &f) |