#include "Iguana/Inventor/interface/IgSoSplineTrack.h"
#include <Inventor/nodes/SoCoordinate4.h>
#include <Inventor/nodes/SoNurbsCurve.h>
#include <cmath>
#include <iostream>
Go to the source code of this file.
Functions | |
SO_KIT_SOURCE (IgSoSplineTrack) | |
Variables | |
const float | M_SQRT3_2 = 0.8660254037844F |
static const float | maxNurbAngle = M_PI / 6. |
SO_KIT_SOURCE | ( | IgSoSplineTrack | ) |
const double a |
Definition at line 45 of file IgSoSplineTrack.cc.
const double c |
Definition at line 45 of file IgSoSplineTrack.cc.
const double f |
Definition at line 45 of file IgSoSplineTrack.cc.
const float M_SQRT3_2 = 0.8660254037844F |
Definition at line 53 of file IgSoSplineTrack.cc.
const float maxNurbAngle = M_PI / 6. [static] |
Definition at line 15 of file IgSoSplineTrack.cc.