Logo ROOT  
Reference Guide
 
Loading...
Searching...
No Matches
ROOT::Geom Namespace Reference

Classes

struct  Vertex_t
 

Functions

bool operator!= (Vertex_t const &lhs, Vertex_t const &rhs)
 
Vertex_t operator* (const double lhs, Vertex_t const &rhs)
 
Vertex_t operator* (const Vertex_t &lhs, const Vertex_t &rhs)
 
Vertex_t operator* (Vertex_t const &lhs, const double rhs)
 
Vertex_t operator+ (const double lhs, Vertex_t const &rhs)
 
Vertex_t operator+ (const Vertex_t &lhs, const Vertex_t &rhs)
 
Vertex_t operator+ (Vertex_t const &lhs, const double rhs)
 
Vertex_t operator- (const double lhs, Vertex_t const &rhs)
 
Vertex_t operator- (const Vertex_t &lhs, const Vertex_t &rhs)
 
Vertex_t operator- (Vertex_t const &lhs, const double rhs)
 
Vertex_t operator/ (const double lhs, Vertex_t const &rhs)
 
Vertex_t operator/ (const Vertex_t &lhs, const Vertex_t &rhs)
 
Vertex_t operator/ (Vertex_t const &lhs, const double rhs)
 
bool operator== (Vertex_t const &lhs, Vertex_t const &rhs)
 

Function Documentation

◆ operator!=()

bool ROOT::Geom::operator!= ( Vertex_t const &  lhs,
Vertex_t const &  rhs 
)
inline

Definition at line 164 of file TGeoVector3.h.

◆ operator*() [1/3]

Vertex_t ROOT::Geom::operator* ( const double  lhs,
Vertex_t const &  rhs 
)
inline

Definition at line 188 of file TGeoVector3.h.

◆ operator*() [2/3]

Vertex_t ROOT::Geom::operator* ( const Vertex_t lhs,
const Vertex_t rhs 
)
inline

Definition at line 188 of file TGeoVector3.h.

◆ operator*() [3/3]

Vertex_t ROOT::Geom::operator* ( Vertex_t const &  lhs,
const double  rhs 
)
inline

Definition at line 188 of file TGeoVector3.h.

◆ operator+() [1/3]

Vertex_t ROOT::Geom::operator+ ( const double  lhs,
Vertex_t const &  rhs 
)
inline

Definition at line 188 of file TGeoVector3.h.

◆ operator+() [2/3]

Vertex_t ROOT::Geom::operator+ ( const Vertex_t lhs,
const Vertex_t rhs 
)
inline

Definition at line 188 of file TGeoVector3.h.

◆ operator+() [3/3]

Vertex_t ROOT::Geom::operator+ ( Vertex_t const &  lhs,
const double  rhs 
)
inline

Definition at line 188 of file TGeoVector3.h.

◆ operator-() [1/3]

Vertex_t ROOT::Geom::operator- ( const double  lhs,
Vertex_t const &  rhs 
)
inline

Definition at line 188 of file TGeoVector3.h.

◆ operator-() [2/3]

Vertex_t ROOT::Geom::operator- ( const Vertex_t lhs,
const Vertex_t rhs 
)
inline

Definition at line 188 of file TGeoVector3.h.

◆ operator-() [3/3]

Vertex_t ROOT::Geom::operator- ( Vertex_t const &  lhs,
const double  rhs 
)
inline

Definition at line 188 of file TGeoVector3.h.

◆ operator/() [1/3]

Vertex_t ROOT::Geom::operator/ ( const double  lhs,
Vertex_t const &  rhs 
)
inline

Definition at line 188 of file TGeoVector3.h.

◆ operator/() [2/3]

Vertex_t ROOT::Geom::operator/ ( const Vertex_t lhs,
const Vertex_t rhs 
)
inline

Definition at line 188 of file TGeoVector3.h.

◆ operator/() [3/3]

Vertex_t ROOT::Geom::operator/ ( Vertex_t const &  lhs,
const double  rhs 
)
inline

Definition at line 188 of file TGeoVector3.h.

◆ operator==()

bool ROOT::Geom::operator== ( Vertex_t const &  lhs,
Vertex_t const &  rhs 
)
inline

Definition at line 157 of file TGeoVector3.h.