![]() |
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 | |
| CzBox2dJointWeld () | |
| void | Create (CzBox2dWorld *world) |
| b2Joint * | getJoint () |
Public Attributes | |
| float | ReferenceAngle |
| b2WeldJoint * | Joint |
| CzBox2dJointWeld::CzBox2dJointWeld | ( | ) | [inline] |
| void CzBox2dJointWeld::Create | ( | CzBox2dWorld * | world | ) | [virtual] |
Implements IzBox2dJoint.
| b2Joint* CzBox2dJointWeld::getJoint | ( | ) | [inline, virtual] |
Implements IzBox2dJoint.
| b2WeldJoint* CzBox2dJointWeld::Joint |