Logo ROOT   6.08/07
Reference Guide
Classes | Functions
TEveTrans.h File Reference
#include "TEveVector.h"
#include "TVector3.h"
Include dependency graph for TEveTrans.h:
This graph shows which files directly or indirectly include this file:

Classes

class  TEveTrans
 TEveTrans is a 4x4 transformation matrix for homogeneous coordinates stored internally in a column-major order to allow direct usage by GL. More...
 

Functions

std::ostream & operator<< (std::ostream &s, const TEveTrans &t)
 Print to std::ostream. More...
 

Function Documentation

◆ operator<<()

std::ostream& operator<< ( std::ostream &  s,
const TEveTrans t 
)

Print to std::ostream.

Definition at line 968 of file TEveTrans.cxx.