#include <Inventor/collision/SoCollisionManager.h>
Public Types | |
enum | PrimitiveType { SEGMENT = 2 , LINE_SEGMENT = 2 , TRIANGLE = 3 } |
Primitive type. More... | |
Public Attributes | |
SoPath * | path |
Path of the shape. | |
PrimitiveType | type |
Type of primitive. | |
SbVec3f | vertex [3] |
Vertex of the primitive. | |
Definition at line 68 of file SoCollisionManager.h.
Primitive type.
Enumerator | |
---|---|
SEGMENT | Segment. |
LINE_SEGMENT | Line segment. |
TRIANGLE | Triangle. |
Definition at line 70 of file SoCollisionManager.h.
SoPath* SoCollidingPrimitive::path |
Path of the shape.
Definition at line 81 of file SoCollisionManager.h.
PrimitiveType SoCollidingPrimitive::type |
Type of primitive.
Definition at line 85 of file SoCollisionManager.h.
SbVec3f SoCollidingPrimitive::vertex[3] |
Vertex of the primitive.
Definition at line 89 of file SoCollisionManager.h.