![]() |
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 | |
CzBox2dJointPrismatic () | |
void | Create (CzBox2dWorld *world) |
b2Joint * | getJoint () |
Public Attributes | |
b2Vec2 | Axis |
bool | LimitJoint |
bool | MotorEnabled |
float | LowerTranslation |
float | UpperTranslation |
float | MotorSpeed |
float | MaxMotorForce |
float | ReferenceAngle |
b2PrismaticJoint * | Joint |
CzBox2dJointPrismatic::CzBox2dJointPrismatic | ( | ) | [inline] |
void CzBox2dJointPrismatic::Create | ( | CzBox2dWorld * | world | ) | [virtual] |
Implements IzBox2dJoint.
b2Joint* CzBox2dJointPrismatic::getJoint | ( | ) | [inline, virtual] |
Implements IzBox2dJoint.
b2Vec2 CzBox2dJointPrismatic::Axis |
b2PrismaticJoint* CzBox2dJointPrismatic::Joint |