#include "Iguana/Inventor/interface/IgSoIdealTrack.h"
#include "Iguana/Inventor/interface/IgParticleChar.h"
#include <Inventor/nodes/SoVertexProperty.h>
#include <Inventor/nodes/SoPointSet.h>
#include <Inventor/nodes/SoNurbsCurve.h>
#include <Inventor/nodes/SoComplexity.h>
#include <Inventor/nodes/SoCoordinate4.h>
#include <cfloat>
#include <vector>
#include <cassert>
#include <iostream>
#include <limits>
Go to the source code of this file.
Functions | |
SO_KIT_SOURCE (IgSoIdealTrack) | |
Variables | |
static const float | maxAngle = static_cast<float>(4 * M_PI) |
static const float | maxNurbAngle = static_cast<float>( M_PI / 6. ) |
static const int | NORDER = 3 |
static const float | SPEEDOLIGHT = 0.00299792458F |
SO_KIT_SOURCE | ( | IgSoIdealTrack | ) |
const float maxAngle = static_cast<float>(4 * M_PI) [static] |
Definition at line 36 of file IgSoIdealTrack.cc.
const float maxNurbAngle = static_cast<float>( M_PI / 6. ) [static] |
Definition at line 34 of file IgSoIdealTrack.cc.
Referenced by IgSoSplineTrack::midpoint(), and IgSoPcon::refresh().
Definition at line 47 of file IgSoIdealTrack.cc.
const float SPEEDOLIGHT = 0.00299792458F [static] |
Definition at line 48 of file IgSoIdealTrack.cc.