ackb2d 0.9
3D Gamestudio Box 2d Wraper
|
Go to the source code of this file.
Defines | |
#define | ackDebugDraw_SetFlags(debug, flags) b2DebugDraw_SetFlags(debug, flags) |
Set the drawing flags. | |
#define | ackDebugDraw_GetFlags(debug) b2DebugDraw_GetFlags(flags) |
Get the drawing flags. | |
#define | ackDebugDraw_AppendFlags(debug, flags) b2DebugDraw_AppendFlags(debug, flags) |
Append flags to the current flags. | |
Functions | |
ackDebugDraw * | ackDebugDraw_Create (var world_scale) |
Create debugDraw class. | |
void | ackDebugDraw_Destroy (ackDebugDraw *debug) |
Delete a debugDraw inatance. | |
void | ackDebugDraw_SetWorldScale (ackDebugDraw *debug, var world_scale) |
Set the world scale. | |
var | ackDebugDraw_GetWorldScale (ackDebugDraw *debug) |
Get the world scale. | |
void | ackDebugDraw_SetAlpha (ackDebugDraw *debug, var alpha) |
Set the draw alpha. | |
var | ackDebugDraw_GetAlpha (ackDebugDraw *debug) |
Get the drawing alpha. |
#define ackDebugDraw_AppendFlags | ( | debug, | |
flags | |||
) | b2DebugDraw_AppendFlags(debug, flags) |
Append flags to the current flags.
debug | The ackDebugDraw instance |
flags | The flags to be appended |
Definition at line 54 of file ackDebugDraw.h.
#define ackDebugDraw_GetFlags | ( | debug | ) | b2DebugDraw_GetFlags(flags) |
Get the drawing flags.
debug | The ackDebugDraw instance |
Definition at line 48 of file ackDebugDraw.h.
#define ackDebugDraw_SetFlags | ( | debug, | |
flags | |||
) | b2DebugDraw_SetFlags(debug, flags) |
Set the drawing flags.
debug | The ackDebugDraw instance |
flags | The flags to be set |
Definition at line 42 of file ackDebugDraw.h.
ackDebugDraw* ackDebugDraw_Create | ( | var | world_scale | ) |
Create debugDraw class.
world_scale | The drawing scale |
void ackDebugDraw_Destroy | ( | ackDebugDraw * | debug | ) |
Delete a debugDraw inatance.
debug | The ackDebugDraw pointer |
var ackDebugDraw_GetAlpha | ( | ackDebugDraw * | debug | ) |
var ackDebugDraw_GetWorldScale | ( | ackDebugDraw * | debug | ) |
Get the world scale.
debug | The ackDebugDraw pointer |
void ackDebugDraw_SetAlpha | ( | ackDebugDraw * | debug, |
var | alpha | ||
) |
Set the draw alpha.
debug | The ackDebugDraw pointer |
alpha | The drawing alpha |
void ackDebugDraw_SetWorldScale | ( | ackDebugDraw * | debug, |
var | world_scale | ||
) |
Set the world scale.
debug | The ackDebugDraw pointer |
world_scale | The world scale |