Public Member Functions | Public Attributes | List of all members
PxCapsuleGeometry Class Reference

Class representing the geometry of a capsule. More...

#include <PxCapsuleGeometry.h>

Inheritance diagram for PxCapsuleGeometry:
Inheritance graph
[legend]
Collaboration diagram for PxCapsuleGeometry:
Collaboration graph
[legend]

Public Member Functions

PX_INLINE PxCapsuleGeometry ()
 Default constructor, initializes to a capsule with zero height and radius. More...
 
PX_INLINE PxCapsuleGeometry (PxReal radius_, PxReal halfHeight_)
 Constructor, initializes to a capsule with passed radius and half height. More...
 
PX_INLINE bool isValid () const
 Returns true if the geometry is valid. More...
 
- Public Member Functions inherited from PxGeometry
PX_CUDA_CALLABLE
PX_FORCE_INLINE
PxGeometryType::Enum 
getType () const
 Returns the type of the geometry. More...
 

Public Attributes

PxReal radius
 The radius of the capsule. More...
 
PxReal halfHeight
 half of the capsule's height, measured between the centers of the hemispherical ends. More...
 

Additional Inherited Members

- Protected Member Functions inherited from PxGeometry
PX_CUDA_CALLABLE PX_FORCE_INLINE PxGeometry (PxGeometryType::Enum type)
 
- Protected Attributes inherited from PxGeometry
PxGeometryType::Enum mType
 

Detailed Description

Class representing the geometry of a capsule.

Capsules are shaped as the union of a cylinder of length 2 * halfHeight and with the given radius centered at the origin and extending along the x axis, and two hemispherical ends.

Note
The scaling of the capsule is expected to be baked into these values, there is no additional scaling parameter.

The function PxTransformFromSegment is a helper for generating an appropriate transform for the capsule from the capsule's interior line segment.

See Also
PxTransformFromSegment

Constructor & Destructor Documentation

PX_INLINE PxCapsuleGeometry::PxCapsuleGeometry ( )
inline

Default constructor, initializes to a capsule with zero height and radius.

PX_INLINE PxCapsuleGeometry::PxCapsuleGeometry ( PxReal  radius_,
PxReal  halfHeight_ 
)
inline

Constructor, initializes to a capsule with passed radius and half height.

Member Data Documentation

PxReal PxCapsuleGeometry::halfHeight

half of the capsule's height, measured between the centers of the hemispherical ends.

PxReal PxCapsuleGeometry::radius

The radius of the capsule.


The documentation for this class was generated from the following file:


Copyright © 2008-2015 NVIDIA Corporation, 2701 San Tomas Expressway, Santa Clara, CA 95050 U.S.A. All rights reserved. www.nvidia.com