HughPH.Box2D
Organised dotnet bindings for Box2D 3.1.0
|
Input parameters for TimeOfImpact. More...
Public Member Functions | |
TOIInput (ShapeProxy proxyA, ShapeProxy proxyB, Sweep sweepA, Sweep sweepB, float maxFraction) | |
Constructs a new TOIInput object with the given parameters. | |
TOIInput () | |
Constructs a new TOIInput object with default values. | |
Public Attributes | |
ShapeProxy | ProxyA |
The proxy for shape A. | |
ShapeProxy | ProxyB |
The proxy for shape B. | |
Sweep | SweepA |
The movement of shape A. | |
Sweep | SweepB |
The movement of shape B. | |
float | MaxFraction |
Defines the sweep interval [0, maxFraction]. | |
Input parameters for TimeOfImpact.
|
inline |
Constructs a new TOIInput object with the given parameters.
proxyA | The proxy for shape A |
proxyB | The proxy for shape B |
sweepA | The movement of shape A |
sweepB | >The movement of shape B |
maxFraction | Defines the sweep interval [0, maxFraction] |