ackb2d 0.9
3D Gamestudio Box 2d Wraper
|
Go to the source code of this file.
Functions | |
b2ClipVertex * | b2ClipVertex_Create () |
Create b2ClipVertex instance. | |
void | b2ClipVertex_Destroy (b2ClipVertex *clipVertex) |
Destroy b2ClipVertex instance. | |
void | b2ClipVertex_SetV (b2ClipVertex *clipVertex, const VECTOR *v) |
Set b2ClipVertex V. | |
void | b2ClipVertex_GetV (b2ClipVertex *clipVertex, VECTOR *outV) |
Get b2ClipVertex v. |
b2ClipVertex* b2ClipVertex_Create | ( | ) |
Create b2ClipVertex instance.
void b2ClipVertex_Destroy | ( | b2ClipVertex * | clipVertex | ) |
Destroy b2ClipVertex instance.
clipVertex | The b2ClipVertex to destroy |
void b2ClipVertex_GetV | ( | b2ClipVertex * | clipVertex, |
VECTOR * | outV | ||
) |
Get b2ClipVertex v.
clipVertex | The b2ClipVertex instance |
outV | A preinitialized vector to receive the value |
void b2ClipVertex_SetV | ( | b2ClipVertex * | clipVertex, |
const VECTOR * | v | ||
) |
Set b2ClipVertex V.
clipVertex | The b2ClipVertex instance |
V | The new V value |