Ion
|
Go to the source code of this file.
Classes | |
class | ion::math::Angle< T > |
A simple class to represent angles. More... | |
Namespaces | |
ion | |
Copyright 2016 Google Inc. | |
ion::math | |
Typedefs | |
typedef Angle< float > | ion::math::Anglef |
Type-specific typedefs. More... | |
typedef Angle< double > | ion::math::Angled |
Functions | |
template<typename T > | |
std::ostream & | ion::math::operator<< (std::ostream &out, const Angle< T > &a) |
An Angle is streamed as degrees. More... | |
template<typename T > | |
std::istream & | ion::math::operator>> (std::istream &in, Angle< T > &a) |