#include "geometry/PxGeometry.h"
Go to the source code of this file.
Classes | |
class | PxCapsuleGeometry |
Class representing the geometry of a capsule. More... | |
Functions | |
PX_FOUNDATION_API PxTransform | PxTransformFromSegment (const PxVec3 &p0, const PxVec3 &p1, PxReal *halfHeight=NULL) |
creates a transform from the endpoints of a segment, suitable for an actor transform for a PxCapsuleGeometry |