|
HDK
|
#include "SIM_API.h"#include <UT/UT_Vector3.h>#include <UT/UT_ValArray.h>#include <UT/UT_VectorTypes.h>#include <UT/UT_StringArray.h>#include <vector>
Include dependency graph for SIM_SweptCollisionData.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Classes | |
| struct | SIM_SpatialPoint |
| struct | SIM_Triangle |
| struct | SIM_TriangleConnectivity |
Typedefs | |
| typedef SIM_SpatialPoint | SIM_PositionPoint |
| typedef std::vector < SIM_PositionPoint > | SIM_PositionPoints |
| typedef SIM_SpatialPoint | SIM_VelocityPoint |
| typedef std::vector < SIM_VelocityPoint > | SIM_VelocityPoints |
| typedef SIM_SpatialPoint SIM_PositionPoint |
Definition at line 45 of file SIM_SweptCollisionData.h.
| typedef std::vector<SIM_PositionPoint> SIM_PositionPoints |
Definition at line 46 of file SIM_SweptCollisionData.h.
| typedef SIM_SpatialPoint SIM_VelocityPoint |
Definition at line 48 of file SIM_SweptCollisionData.h.
| typedef std::vector<SIM_VelocityPoint> SIM_VelocityPoints |
Definition at line 49 of file SIM_SweptCollisionData.h.