![]() |
AppEasy Core SDK
1.5.0
Cross platform mobile and desktop app and game development SDK - The easy way to make apps
|
#include <CzBox2dJoint.h>
Public Member Functions | |
| CzBox2dJointDistance () | |
| void | Create (CzBox2dWorld *world) |
| b2Joint * | getJoint () |
Public Attributes | |
| float | Length |
| float | Frequency |
| float | Damping |
| b2DistanceJoint * | Joint |
| CzBox2dJointDistance::CzBox2dJointDistance | ( | ) | [inline] |
| void CzBox2dJointDistance::Create | ( | CzBox2dWorld * | world | ) | [virtual] |
Implements IzBox2dJoint.
| b2Joint* CzBox2dJointDistance::getJoint | ( | ) | [inline, virtual] |
Implements IzBox2dJoint.
| b2DistanceJoint* CzBox2dJointDistance::Joint |