#include <PxSphereGeometry.h>
Public Member Functions | |
PX_INLINE | PxSphereGeometry () |
PX_INLINE | PxSphereGeometry (PxReal ir) |
PX_INLINE bool | isValid () const |
Returns true if the geometry is valid. | |
Public Attributes | |
PxReal | radius |
The radius of the sphere. |
Spheres are defined by their radius.
PX_INLINE PxSphereGeometry::PxSphereGeometry | ( | ) | [inline] |
PX_INLINE PxSphereGeometry::PxSphereGeometry | ( | PxReal | ir | ) | [inline] |
PxReal PxSphereGeometry::radius |