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

  /external/libgdx/extensions/gdx-box2d/gdx-box2d/jni/Box2D/Collision/Shapes/
b2ChainShape.h 51 void CreateChain(const b2Vec2* vertices, int32 count);
b2ChainShape.cpp 59 void b2ChainShape::CreateChain(const b2Vec2* vertices, int32 count)
96 clone->CreateChain(m_vertices, m_count);
  /external/libgdx/extensions/gdx-box2d/gdx-box2d/jni/
com.badlogic.gdx.physics.box2d.ChainShape.cpp 43 chain->CreateChain( verticesOut, numVertices );

Completed in 258 milliseconds