#include <Inventor/collision/SoCollisionManager.h>
Public Types | |
enum | PrimitiveType { SEGMENT = 2, LINE_SEGMENT = 2, TRIANGLE = 3 } |
Public Attributes | |
SoPath * | path |
PrimitiveType | type |
SbVec3f | vertex [3] |
Path of the shape.
Type of primitive.
Vertex of the primitive.