Home
last modified time | relevance | path

Searched refs:copyFromArray (Results 1 – 12 of 12) sorted by relevance

/external/libgdx/extensions/gdx-bullet/jni/src/bullet/LinearMath/
DbtAlignedObjectArray.h61 copyFromArray(other);
494 void copyFromArray(const btAlignedObjectArray& otherArray) in copyFromArray() function
/external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletSoftBody/
DbtDefaultSoftBodySolver.cpp45 m_softBodySet.copyFromArray( softBodies ); in optimize()
/external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletCollision/CollisionShapes/
DbtOptimizedBvh.cpp46 m_triangleNodes.copyFromArray(other.m_triangleNodes); in build()
87 m_triangleNodes.copyFromArray(other.m_triangleNodes); in build()
/external/libgdx/extensions/gdx-bullet/jni/swig-src/linearmath/com/badlogic/gdx/physics/bullet/linearmath/
DbtVector3Array.java189 public void copyFromArray(btVector3Array otherArray) { in copyFromArray() method in btVector3Array
DbtScalarArray.java189 public void copyFromArray(btScalarArray otherArray) { in copyFromArray() method in btScalarArray
/external/libgdx/extensions/gdx-bullet/jni/swig-src/extras/com/badlogic/gdx/physics/bullet/extras/
DbtStringArray.java192 public void copyFromArray(btStringArray otherArray) { in copyFromArray() method in btStringArray
/external/libgdx/extensions/gdx-bullet/jni/swig-src/collision/com/badlogic/gdx/physics/bullet/collision/
DbtCollisionObjectArray.java190 public void copyFromArray(btCollisionObjectArray otherArray) { in copyFromArray() method in btCollisionObjectArray
DbtCollisionObjectConstArray.java190 public void copyFromArray(btCollisionObjectConstArray otherArray) { in copyFromArray() method in btCollisionObjectConstArray
DbtPersistentManifoldArray.java191 public void copyFromArray(btPersistentManifoldArray otherArray) { in copyFromArray() method in btPersistentManifoldArray
/external/libgdx/extensions/gdx-bullet/jni/swig-src/extras/
Dextras_wrap.cpp3511 (arg1)->copyFromArray((btAlignedObjectArray< char * > const &)*arg2); in Java_com_badlogic_gdx_physics_bullet_extras_ExtrasJNI_btStringArray_1copyFromArray()
/external/libgdx/extensions/gdx-bullet/jni/swig-src/linearmath/
Dlinearmath_wrap.cpp12262 (arg1)->copyFromArray((btAlignedObjectArray< btVector3 > const &)*arg2); in Java_com_badlogic_gdx_physics_bullet_linearmath_LinearMathJNI_btVector3Array_1copyFromArray()
12617 (arg1)->copyFromArray((btAlignedObjectArray< btScalar > const &)*arg2); in Java_com_badlogic_gdx_physics_bullet_linearmath_LinearMathJNI_btScalarArray_1copyFromArray()
/external/libgdx/extensions/gdx-bullet/jni/swig-src/collision/
Dcollision_wrap.cpp31094 (arg1)->copyFromArray((btAlignedObjectArray< btCollisionObject * > const &)*arg2); in Java_com_badlogic_gdx_physics_bullet_collision_CollisionJNI_btCollisionObjectArray_1copyFromArray()
31455 (arg1)->copyFromArray((btAlignedObjectArray< btCollisionObject const * > const &)*arg2); in Java_com_badlogic_gdx_physics_bullet_collision_CollisionJNI_btCollisionObjectConstArray_1copyFromArray()
40489 (arg1)->copyFromArray((btAlignedObjectArray< btPersistentManifold * > const &)*arg2); in Java_com_badlogic_gdx_physics_bullet_collision_CollisionJNI_btPersistentManifoldArray_1copyFromArray()