#include <TColor.h>#include <TVector3.h>#include <TString.h>Go to the source code of this file.
Classes | |
| class | TridSketch |
| class | TridSketchLine |
| class | TridSketchPlane |
| class | TridSketchBox |
| class | TridSketch3Prism |
| class | TridSketchTube |
| class | TridSketchEllipse |
| class | TridSketchText |
Enumerations | |
| enum | { kDecoration = 999999 } |
Functions | |
| const TVector3 | kv_o (0, 0, 0) |
| const TVector3 | kv_x (1, 0, 0) |
| const TVector3 | kv_y (0, 1, 0) |
| const TVector3 | kv_z (0, 0, 1) |
| const TVector3 | kv_u (isqrt2, isqrt2, 0) |
| const TVector3 | kv_v (-isqrt2, isqrt2, 0) |
Variables | |
| const double | isqrt2 = 1.0/1.41421356237309515 |
|
|
Definition at line 33 of file TridSketches.h. 00033 {
00034 kDecoration = 999999
00035 };
|
|
||||||||||||||||
|
|
|
||||||||||||||||
|
Referenced by TridPageDetector::CreateSketches(). |
|
||||||||||||||||
|
Referenced by TridPageDetector::CreateSketches(). |
|
||||||||||||||||
|
||||||||||||||||
|
||||||||||||||||
|
|
Definition at line 24 of file TridSketches.h. |
1.3.9.1