Separation constraints for cloth particle movement.
More...
#include <PxClothTypes.h>
|
PxVec3 | pos |
| Center of the constraint sphere (in cloth local space) More...
|
|
PxReal | radius |
| Radius of the constraint sphere such that the particle stay outside of this sphere. More...
|
|
Separation constraints for cloth particle movement.
Defines a spherical volume such that corresponding particles should stay outside.
- See Also
- PxCloth.setSeparationConstraints()
PxClothParticleSeparationConstraint::PxClothParticleSeparationConstraint |
( |
| ) |
|
|
inline |
Default constructor, performs no initialization.
PxClothParticleSeparationConstraint::PxClothParticleSeparationConstraint |
( |
const PxVec3 & |
p, |
|
|
PxReal |
r |
|
) |
| |
|
inline |
PxVec3 PxClothParticleSeparationConstraint::pos |
Center of the constraint sphere (in cloth local space)
PxReal PxClothParticleSeparationConstraint::radius |
Radius of the constraint sphere such that the particle stay outside of this sphere.
The documentation for this struct was generated from the following file: