Logo ROOT  
Reference Guide
 
Loading...
Searching...
No Matches
Plane3D.h File Reference
#include <type_traits>
#include "Math/GenVector/DisplacementVector3D.h"
#include "Math/GenVector/PositionVector3D.h"
Include dependency graph for Plane3D.h:
This graph shows which files directly or indirectly include this file:

Classes

class  ROOT::Math::Impl::Plane3D< T >
 Class describing a geometrical plane in 3 dimensions. More...
 

Namespaces

namespace  ROOT
 tbb::task_arena is an alias of tbb::interface7::task_arena, which doesn't allow to forward declare tbb::task_arena without forward declaring tbb::interface7
 
namespace  ROOT::Math
 
namespace  ROOT::Math::Impl
 

Typedefs

typedef Impl::Plane3D< doubleROOT::Math::Plane3D
 
typedef Impl::Plane3D< float > ROOT::Math::Plane3DF
 

Functions

template<typename T >
std::ostream & ROOT::Math::Impl::operator<< (std::ostream &os, const Plane3D< T > &p)
 Stream Output and Input.