|
Compounds |
class | _transf3d |
Defines |
#define | TPVLQ template <class T,class P,class V, class L, class Q> |
Typedefs |
typedef Greal | RAWmat [4][4] |
Functions |
TPVLQ ostream & | operator<< (ostream &os, const _transf3d< T, P, V, L, Q > &x) |
TPVLQ istream & | operator>> (istream &os, _transf3d< T, P, V, L, Q > &x) |
TPVLQ T | operator * (const _transf3d< T, P, V, L, Q > &, const _transf3d< T, P, V, L, Q > &) |
TPVLQ P | operator * (const _transf3d< T, P, V, L, Q > &, const _point3d< P, V > &) |
TPVLQ V | operator * (const _transf3d< T, P, V, L, Q > &, const _vec3d< V > &) |
TPVLQ L | operator * (const _transf3d< T, P, V, L, Q > &, const _line< L, P, V > &) |