Ion
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
rotation.h File Reference
#include <istream>
#include <ostream>
#include <string>
#include "ion/base/stringutils.h"
#include "ion/math/angle.h"
#include "ion/math/matrix.h"
#include "ion/math/vector.h"
#include "ion/math/vectorutils.h"
Include dependency graph for rotation.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  ion::math::Rotation< T >
 The Rotation class represents a rotation around a 3-dimensional axis. More...
 

Namespaces

 ion
 Copyright 2016 Google Inc.
 
 ion::math
 

Typedefs

typedef Rotation< float > ion::math::Rotationf
 Type-specific typedefs. More...
 
typedef Rotation< double > ion::math::Rotationd
 

Functions

template<typename T >
std::ostream & ion::math::operator<< (std::ostream &out, const Rotation< T > &a)
 Prints a Rotation to a stream. More...
 
template<typename T >
std::istream & ion::math::operator>> (std::istream &in, Rotation< T > &a)
 Reads a Rotation from a stream. More...