Logo ROOT  
Reference Guide
 
Loading...
Searching...
No Matches
Point2D.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_Math_Point2D
5#define ROOT_Math_Point2D
6
7// defines typedefs to specific vectors and forward declarations
8#include "Math/Point2Dfwd.h"
9
10// coordinate system types
13
14// generic Point2D class definition
16
17
18#endif
19