class RED::ShapePath::LeafData
Data container for low level scene graph data. More...
#include <REDShapePath.h>
Public functions:
LeafData ( ) |
Public variables:
int | _num |
RED::Vector3 | _p0 |
RED::Vector3 | _p1 |
RED::Vector3 | _p2 |
RED::Vector3 | _p3 |
RED::Vector3 | _pick |
LEAF_TYPE | _type |
Detailed description:
Data container for low level scene graph data.
Information is usually stored in object space coordinate system through this class (OCS). Note that the data contained by these objects vary with the kind of picking operation that has occured and with the type of the data that was picked. The number of points detailing the picked primitive vary according to its type. The picked position result may be valid or not depending on the type of picking operation.
Functions documentation
public RED::ShapePath::LeafData::LeafData | ( | ) |
Default constructor.
Variables documentation
Geometrical item number in the leaf shape.
First vertex of a geometrical item.
Second vertex of a geometrical item.
Third vertex of a geometrical item.
Fourth vertex of a geometrical item.
Picked position in object space.
Type of the geometrical item.