Jpp
master_rocky
the software that should make you happy
|
#include <istream>
#include <ostream>
#include "JGeometry3D/JPosition3D.hh"
#include "JMath/JMath.hh"
#include "JLang/JManip.hh"
#include "JIO/JSerialisable.hh"
Go to the source code of this file.
Classes | |
class | JUTM::JUTMPosition |
Data structure for UTM position. More... | |
Namespaces | |
JUTM | |
Auxiliaries for handling universal transverse mercator coordinate system (UTM). | |
JPP | |
This name space includes all other name spaces (except KM3NETDAQ, KM3NET and ANTARES). | |
Variables | |
static const JUTMPosition | JUTM::JNorth_t (0,+1, 0) |
North. More... | |
static const JUTMPosition | JUTM::JEast_t (+1, 0, 0) |
East. More... | |
static const JUTMPosition | JUTM::JSouth_t (0,-1, 0) |
South. More... | |
static const JUTMPosition | JUTM::JWest_t (-1, 0, 0) |
West. More... | |