Changeset 2430 for code/branches/physics/src/bullet/BulletCollision/CollisionShapes/btConvexInternalShape.h
- Timestamp:
- Dec 13, 2008, 11:45:51 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/physics/src/bullet/BulletCollision/CollisionShapes/btConvexInternalShape.h
r2192 r2430 31 31 } 32 32 33 34 33 virtual btVector3 localGetSupportingVertex(const btVector3& vec)const; 35 #ifndef __SPU__36 virtual btVector3 localGetSupportingVertexWithoutMargin(const btVector3& vec) const= 0;37 38 //notice that the vectors should be unit length39 virtual void batchedUnitVectorGetSupportingVertexWithoutMargin(const btVector3* vectors,btVector3* supportVerticesOut,int numVectors) const= 0;40 #endif //#ifndef __SPU__41 34 42 35 const btVector3& getImplicitShapeDimensions() const
Note: See TracChangeset
for help on using the changeset viewer.