#include <algorithm>
#include <stdexcept>
#include "TMultiGraph.h"
#include "TH2Poly.h"
#include "TGraph.h"
#include "TClass.h"
#include "TStyle.h"
#include "TError.h"
#include "TColor.h"
#include "TMath.h"
#include "TList.h"
#include "TROOT.h"
#include "TGLH2PolyPainter.h"
#include "TGLPlotCamera.h"
#include "TGLIncludes.h"
Go to the source code of this file.
Functions | |
ClassImp (TGLH2PolyPainter) TGLH2PolyPainter | |
Double_t | Distance (const Double_t *p1, const Double_t *p2) |
Bool_t | IsPolygonCW (const Double_t *xs, const Double_t *ys, Int_t n) |
Double_t | Distance (const Double_t *p1, const Double_t *p2) |
Bool_t | IsPolygonCW (const Double_t *xs, const Double_t *ys, Int_t n) |
ClassImp | ( | TGLH2PolyPainter | ) |
Referenced by TGLH2PolyPainter::FillTemporaryPolygon().