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

  /external/libgdx/extensions/gdx-box2d/gdx-box2d/jni/Box2D/Collision/Shapes/
b2ChainShape.h 32 class b2ChainShape : public b2Shape
35 b2ChainShape();
38 ~b2ChainShape();
108 inline b2ChainShape::b2ChainShape()
b2ChainShape.cpp 19 #include <Box2D/Collision/Shapes/b2ChainShape.h>
25 b2ChainShape::~b2ChainShape()
30 void b2ChainShape::Clear()
37 void b2ChainShape::CreateLoop(const b2Vec2* vertices, int32 count)
59 void b2ChainShape::CreateChain(const b2Vec2* vertices, int32 count)
80 void b2ChainShape::SetPrevVertex(const b2Vec2& prevVertex)
86 void b2ChainShape::SetNextVertex(const b2Vec2& nextVertex)
92 b2Shape* b2ChainShape::Clone(b2BlockAllocator* allocator) const
94 void* mem = allocator->Allocate(sizeof(b2ChainShape));
    [all...]

Completed in 62 milliseconds