#include <BALL/COMMON/exception.h>
#include <cmath>
#include <iostream>
#include <cstdlib>
#include <BALL/MATHS/angle.h>
#include <BALL/MATHS/vector3.h>
#include <BALL/MATHS/vector4.h>
Go to the source code of this file.
|
| BALL |
| -*- Mode: C++; tab-width: 2; -*-
|
|
|
template<typename T > |
TMatrix4x4< T > | BALL::operator* (const T &scalar, const TMatrix4x4< T > &m) |
|
template<typename T > |
TVector3< T > | BALL::operator* (const TMatrix4x4< T > &matrix, const TVector3< T > &vector) |
|
|
template<typename T > |
std::istream & | BALL::operator>> (std::istream &s, TMatrix4x4< T > &m) |
|
template<typename T > |
std::ostream & | BALL::operator<< (std::ostream &s, const TMatrix4x4< T > &m) |
|