ackb2d 0.9
3D Gamestudio Box 2d Wraper
|
Go to the source code of this file.
b2DistanceInput* b2DistanceInput_Create | ( | ) |
Create an instance of b2DistanceInput.
void b2DistanceInput_Destroy | ( | b2DistanceInput * | input | ) |
Destroy an instance of b2DistanceInput.
input | The b2DistanceInut Instance to be destroyed |
void b2DistanceInput_GetProxyA | ( | b2DistanceInput * | input, |
b2DistanceProxy * | outProxy | ||
) |
Get b2DistanceInput first b2DistanceProxy.
input | The b2DistanceInut Instance |
outProxy | A preinitialized b2DistanceProxy to receive the value of b2DistanceInput first proxy |
void b2DistanceInput_GetProxyB | ( | b2DistanceInput * | input, |
b2DistanceProxy * | outProxy | ||
) |
Get b2DistanceInput first b2DistanceProxy.
input | The b2DistanceInut Instance |
outProxy | A preinitialized b2DistanceProxy to receive the value of b2DistanceInput second proxy |
void b2DistanceInput_GetTransformA | ( | b2DistanceInput * | input, |
b2Transform * | outTransform | ||
) |
Get b2DistanceInput first b2Transform.
input | The b2DistanceInut Instance |
outTransform | A preinitialized b2Transform to receive the value of b2DistanceInput first transform |
void b2DistanceInput_GetTransformB | ( | b2DistanceInput * | input, |
b2Transform * | outTransform | ||
) |
Get b2DistanceInput second b2Transform.
input | The b2DistanceInut Instance |
outTransform | A preinitialized b2Transform to receive the value of b2DistanceInput second transform |
var b2DistanceInput_GetUseRadii | ( | b2DistanceInput * | input | ) |
Get b2DistanceInput useRadii value.
input | The b2DistanceInut Instance |
void b2DistanceInput_SetProxyA | ( | b2DistanceInput * | input, |
const b2DistanceProxy * | proxyA | ||
) |
Set b2DistanceInput first b2DistanceProxy.
input | The b2DistanceInut Instance |
proxyA | The new b2DistanceProxy value (values are copied) |
void b2DistanceInput_SetProxyB | ( | b2DistanceInput * | input, |
const b2DistanceProxy * | proxyB | ||
) |
Set b2DistanceInput second b2DistanceProxy.
input | The b2DistanceInut Instance |
proxyB | The new b2DistanceProxy value (values are copied) |
void b2DistanceInput_SetTransformA | ( | b2DistanceInput * | input, |
const b2Transform * | transformA | ||
) |
Set b2DistanceInput first b2Transform.
input | The b2DistanceInut Instance |
transformA | The new b2Transform value (values are copied) |
void b2DistanceInput_SetTransformB | ( | b2DistanceInput * | input, |
const b2Transform * | transformB | ||
) |
Set b2DistanceInput second b2Transform.
input | The b2DistanceInut Instance |
transformA | The new b2Transform value (values are copied) |
void b2DistanceInput_SetUseRadii | ( | b2DistanceInput * | input, |
var | useRadii | ||
) |
Set b2DistanceInput useRadii value.
input | The b2DistanceInut Instance |
useRadii | The new useRadii value |