Searched defs:CreateChain (Results 1 - 1 of 1) sorted by relevance

/external/libgdx/extensions/gdx-box2d/gdx-box2d/jni/Box2D/Collision/Shapes/
H A Db2ChainShape.cpp59 void b2ChainShape::CreateChain(const b2Vec2* vertices, int32 count) function in class:b2ChainShape
96 clone->CreateChain(m_vertices, m_count);

Completed in 603 milliseconds