Implements an arrow node for Inventor/Coin. More...
#include <Inventor/misc/SoChildList.h>
#include <Inventor/nodes/SoCone.h>
#include <Inventor/nodes/SoCylinder.h>
#include <Inventor/nodes/SoSeparator.h>
#include <Inventor/nodes/SoTransform.h>
#include <Inventor/nodes/SoTranslation.h>
#include <assert.h>
#include <math.h>
#include "SoArrow.h"
Go to the source code of this file.
Defines | |
#define | HAS_PART(arrowHeads, part) (((arrowHeads) & (part)) != 0) |
Functions | |
SO_NODE_SOURCE (SoArrow) |
Implements an arrow node for Inventor/Coin.
Definition in file SoArrow.cpp.
#define HAS_PART | ( | arrowHeads, | |||
part | ) | (((arrowHeads) & (part)) != 0) |
Definition at line 44 of file SoArrow.cpp.
SO_NODE_SOURCE | ( | SoArrow | ) |