Torque2D Reference
Public Member Functions | List of all members
b2Rope Class Reference

#include <b2Rope.h>

Public Member Functions

 b2Rope ()
 
 ~b2Rope ()
 
void Initialize (const b2RopeDef *def)
 
void Step (float32 timeStep, int32 iterations)
 
int32 GetVertexCount () const
 
const b2Vec2GetVertices () const
 
void Draw (b2Draw *draw) const
 
void SetAngle (float32 angle)
 

Constructor & Destructor Documentation

b2Rope ( )
~b2Rope ( )

Member Function Documentation

void Draw ( b2Draw draw) const
int32 GetVertexCount ( ) const
inline
const b2Vec2* GetVertices ( ) const
inline
void Initialize ( const b2RopeDef def)
void SetAngle ( float32  angle)
void Step ( float32  timeStep,
int32  iterations 
)

The documentation for this class was generated from the following files: