/usr/include/root/Math/Point2D.h is in libroot-math-genvector-dev 5.34.14-1build1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 | // @(#)root/mathcore:$Id$
// Authors: W. Brown, M. Fischler, L. Moneta 2005
#ifndef ROOT_Math_Point2D
#define ROOT_Math_Point2D
// defines typedefs to specific vectors and forward declarations
#include "Math/Point2Dfwd.h"
// coordinate system types
#include "Math/GenVector/Cartesian2D.h"
#include "Math/GenVector/Polar2D.h"
// generic Point2D class definition
#include "Math/GenVector/PositionVector2D.h"
#endif
|