APEX Framework: nvidia::apex::ClothingCollision Class Reference

NVIDIA APEX

nvidia::apex::ClothingCollision Class Reference

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

#include <ClothingCollision.h>

Inheritance diagram for nvidia::apex::ClothingCollision:
nvidia::apex::ApexInterface nvidia::apex::RWLockable nvidia::apex::ClothingCapsule nvidia::apex::ClothingConvex nvidia::apex::ClothingPlane nvidia::apex::ClothingSphere nvidia::apex::ClothingTriangleMesh

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 Fri Dec 15 2017 13:58:38

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