+#include <PxClothCollisionData.h>
+
+

Public Member Functions | |
| PxClothCollisionPlane () | |
| Default constructor, performs no initialization. | |
| PxClothCollisionPlane (const PxVec3 &normal_, PxReal distance_) | |
Public Attributes | |
| PxVec3 | normal |
| The normal to the plane. | |
| PxReal | distance |
| The distance to the origin (in the normal direction). | |
+Cloth can collide with convexes. Each convex is represented by a mask of the planes that make up the convex.
| PxClothCollisionPlane::PxClothCollisionPlane | +( | ++ | ) | + [inline] |
+
+Default constructor, performs no initialization. +
+ +
| PxClothCollisionPlane::PxClothCollisionPlane | +( | +const PxVec3 & | +normal_, | +|
| + | + | PxReal | +distance_ | + |
| + | ) | + [inline] |
+
+ +
+
| PxReal PxClothCollisionPlane::distance | +
+The distance to the origin (in the normal direction). +
+ +
| PxVec3 PxClothCollisionPlane::normal | +
+The normal to the plane. +
+ +
+