Logo ROOT  
Reference Guide
 
Loading...
Searching...
No Matches
DisplacementVector3Dfwd.h
Go to the documentation of this file.
1// @(#)root/mathcore:$Id$
2// Authors: W. Brown, M. Fischler, L. Moneta 2005
3
4#ifndef ROOT_MathX_GenVectorX_DisplacementVector3Dfwd
5#define ROOT_MathX_GenVectorX_DisplacementVector3Dfwd 1
6
8
9namespace ROOT {
10namespace ROOT_MATH_ARCH {
11
12/**
13 Class template describing a 3D displacement vector
14 */
15template <class CoordSystem, class Tag>
16class DisplacementVector3D;
17
18} // namespace ROOT_MATH_ARCH
19} // namespace ROOT
20
21#endif