Sirikata
Classes | Namespaces | Typedefs | Functions
libcore/include/sirikata/core/util/Matrix3x3.hpp File Reference

Go to the source code of this file.

Classes

class  Sirikata::COLUMNS
class  Sirikata::ROWS
class  Sirikata::Matrix3x3< scalar >

Namespaces

namespace  Sirikata
 

Note: All the classes provided in this file are thin wrappers around the corresponding classes in ASIO.


Typedefs

typedef Matrix3x3< float32 > Sirikata::Matrix3x3f
typedef Matrix3x3< float64Sirikata::Matrix3x3d

Functions

template<typename scalar >
std::ostream & Sirikata::operator<< (std::ostream &os, const Matrix3x3< scalar > &rhs)
template<typename T , typename S >
Vector3< T > Sirikata::operator* (const Vector3< T > &vec, const Matrix3x3< S > &mat)
template<typename T >
Matrix3x3< T > Sirikata::operator* (T other, const Matrix3x3< T > &mat)
template<typename T >
Matrix3x3< T > Sirikata::operator/ (T other, const Matrix3x3< T > &mat)