Public Member Functions
nvidia::apex::ClothingCollision Class Reference

Base class of all clothing collision types. More...

#include <ClothingCollision.h>

Inheritance diagram for nvidia::apex::ClothingCollision:

List of all members.

Public Member Functions

virtual ClothingCollisionType::Enum getType () const =0
 Returns the Type of this collision object.
virtual ClothingPlaneisPlane ()=0
 Returns the pointer to this object if it is a plane, NULL otherwise.
virtual ClothingConvexisConvex ()=0
 Returns the pointer to this object if it is a convex, NULL otherwise.
virtual ClothingSphereisSphere ()=0
 Returns the pointer to this object if it is a sphere, NULL otherwise.
virtual ClothingCapsuleisCapsule ()=0
 Returns the pointer to this object if it is a capsule, NULL otherwise.
virtual ClothingTriangleMeshisTriangleMesh ()=0
 Returns the pointer to this object if it is a triangle mesh, NULL otherwise.

Detailed Description

Base class of all clothing collision types.


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

Generated on Tue Aug 1 2017 22:43:53

Copyright © 2012-2017 NVIDIA Corporation, 2701 San Tomas Expressway, Santa Clara, CA 95050 U.S.A. All rights reserved.