ackb2d 0.9
3D Gamestudio Box 2d Wraper
|
Go to the source code of this file.
b2TOIInput* b2TOIInput_Create | ( | ) |
Create b2TOIInput.
void b2TOIInput_Destroy | ( | b2TOIInput * | input | ) |
Destroy b2.
input | The b2TOIInput element to destroy |
void b2TOIInput_GetProxyA | ( | b2TOIInput * | input, |
b2DistanceProxy * | outProxy | ||
) |
Return b2TOIInput first b2DistanceProxy.
input | The b2TIInput instance. |
outProxy | A pre initialized b2DistanceProxy to put the result into. |
void b2TOIInput_GetProxyB | ( | b2TOIInput * | input, |
b2DistanceProxy * | outProxy | ||
) |
Return b2TOIInput second b2DistanceProxy.
input | The b2TIInput instance. |
outProxy | A pre initialized b2DistanceProxy to put the result into. |
void b2TOIInput_GetSweepA | ( | b2TOIInput * | input, |
b2Sweep * | outSweep | ||
) |
Return b2TOIInput first b2Sweep value.
input | The b2TIInput instance. |
outSweep | A pre initialized b2Sweep to put the result into. |
void b2TOIInput_GetSweepB | ( | b2TOIInput * | input, |
b2Sweep * | outSweep | ||
) |
Return b2TOIInput second b2Sweep value.
input | The b2TIInput instance. |
outSweep | A pre initialized b2Sweep to put the result into. |
var b2TOIInput_GetTMax | ( | b2TOIInput * | input | ) |
Get b2TOIInput tMax value.
b2TOIInput | *input The b2TOIInput instance |
void b2TOIInput_SetProxyA | ( | b2TOIInput * | input, |
b2DistanceProxy * | proxyA | ||
) |
Set b2TOIInput first b2DistanceProxy.
input | The b2TOIInput instance |
proxyA | The first b2DistanceProxy |
void b2TOIInput_SetProxyB | ( | b2TOIInput * | input, |
b2DistanceProxy * | proxyB | ||
) |
Set b2TOIInput second b2DistanceProxy.
input | The b2TOIInput instance |
proxyA | The first b2DistanceProxy |
void b2TOIInput_SetSweepA | ( | b2TOIInput * | input, |
b2Sweep * | sweepA | ||
) |
Set b2TOIInput first b2Sweep.
input | The b2TOIInput instance |
sweepA | The newt first b2Sweep value |
void b2TOIInput_SetSweepB | ( | b2TOIInput * | input, |
b2Sweep * | sweepB | ||
) |
Set b2TOIInput second b2Sweep.
input | The b2TOIInput instance |
sweepA | The newt second b2Sweep value |
void b2TOIInput_SetTMax | ( | b2TOIInput * | input, |
var | tMax | ||
) |
Set b2TOIInput tMax value.
b2TOIInput | *input The b2TOIInput instance |
tMax | The tMax value, defines sweep interval [0, tMax] |