HomeSort by relevance Sort by last modified time
    Searched defs:btStridingMeshInterface (Results 1 - 3 of 3) sorted by null

  /external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletCollision/CollisionShapes/
btStridingMeshInterface.cpp 16 #include "btStridingMeshInterface.h"
19 btStridingMeshInterface::~btStridingMeshInterface()
25 void btStridingMeshInterface::InternalProcessAllTriangles(btInternalTriangleIndexCallback* callback,const btVector3& aabbMin,const btVector3& aabbMax) const
176 void btStridingMeshInterface::calculateAabbBruteForce(btVector3& aabbMin,btVector3& aabbMax)
217 const char* btStridingMeshInterface::serialize(void* dataBuffer, btSerializer* serializer) const
btStridingMeshInterface.h 27 /// The btStridingMeshInterface is the interface class for high performance generic access to triangle meshes, used in combination with btBvhTriangleMeshShape and some other collision shapes.
30 ATTRIBUTE_ALIGNED16(class ) btStridingMeshInterface
39 btStridingMeshInterface() :m_scaling(btScalar(1.),btScalar(1.),btScalar(1.))
44 virtual ~btStridingMeshInterface();
157 SIMD_FORCE_INLINE int btStridingMeshInterface::calculateSerializeBufferSize() const
  /external/libgdx/extensions/gdx-bullet/jni/swig-src/collision/com/badlogic/gdx/physics/bullet/collision/
btStridingMeshInterface.java 18 public class btStridingMeshInterface extends BulletBase {
21 protected btStridingMeshInterface(final String className, long cPtr, boolean cMemoryOwn) {
26 /** Construct a new btStridingMeshInterface, normally you should not need this constructor it's intended for low-level usage. */
27 public btStridingMeshInterface(long cPtr, boolean cMemoryOwn) {
28 this("btStridingMeshInterface", cPtr, cMemoryOwn);
39 public static long getCPtr(btStridingMeshInterface obj) {

Completed in 84 milliseconds