31 #ifndef PX_PHYSICS_NX_SPHERE_GEOMETRY 32 #define PX_PHYSICS_NX_SPHERE_GEOMETRY Definition: GuContactBuffer.h:37
A geometry type.
Definition: PxGeometry.h:51
float PxReal
Definition: PxSimpleTypes.h:78
A class representing the geometry of a sphere.
Definition: PxSphereGeometry.h:49
PxReal radius
The radius of the sphere.
Definition: PxSphereGeometry.h:72
A geometry object.
Definition: PxGeometry.h:75
Definition: PxGeometry.h:55
PX_INLINE PxSphereGeometry()
Definition: PxSphereGeometry.h:52
PX_CUDA_CALLABLE PX_FORCE_INLINE bool PxIsFinite(float f)
returns true if the passed number is a finite floating point number as opposed to INF...
Definition: PxMath.h:292
PX_INLINE bool isValid() const
Returns true if the geometry is valid.
Definition: PxSphereGeometry.h:76
PX_INLINE PxSphereGeometry(PxReal ir)
Definition: PxSphereGeometry.h:53
#define PX_INLINE
Definition: PxPreprocessor.h:336