#include "foundation/PxPlane.h"
#include "foundation/PxTransform.h"
#include "geometry/PxGeometry.h"
Go to the source code of this file.
Classes | |
class | PxPlaneGeometry |
Class describing a plane geometry. More... | |
Functions | |
PX_FOUNDATION_API PxTransform | PxTransformFromPlaneEquation (const PxPlane &plane) |
creates a transform from a plane equation, suitable for an actor transform for a PxPlaneGeometry | |
PX_INLINE PxPlane | PxPlaneEquationFromTransform (const PxTransform &transform) |
creates a plane equation from a transform, such as the actor transform for a PxPlaneGeometry |