Logo ROOT  
Reference Guide
 
Loading...
Searching...
No Matches
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.
 

Function Documentation

◆ operator<<()

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

Print to std::ostream.

Definition at line 967 of file TEveTrans.cxx.