19 #ifndef B2_CHAIN_SHAPE_H
20 #define B2_CHAIN_SHAPE_H
22 #include <Box2D/Collision/Shapes/b2Shape.h>
73 const b2Transform& transform, int32 childIndex)
const;
88 b2Vec2 m_prevVertex, m_nextVertex;
89 bool m_hasPrevVertex, m_hasNextVertex;
92 inline b2ChainShape::b2ChainShape()
98 m_hasPrevVertex =
false;
99 m_hasNextVertex =
false;