HughPH.Box2D
Organised dotnet bindings for Box2D 3.1.0
|
Input for ShapeDistance. More...
Public Member Functions | |
DistanceInput (ShapeProxy proxyA, ShapeProxy proxyB, Transform transformA, Transform transformB, bool useRadii) | |
Constructs a new DistanceInput object with the given parameters. | |
DistanceInput () | |
Constructs a new DistanceInput object with default values. | |
Public Attributes | |
ShapeProxy | ProxyA |
The proxy for shape A. | |
ShapeProxy | ProxyB |
The proxy for shape B. | |
Transform | TransformA |
The world transform for shape A. | |
Transform | TransformB |
The world transform for shape B. | |
Properties | |
bool | UseRadii [get, set] |
Should the proxy radius be considered? | |
Input for ShapeDistance.
|
inline |
Constructs a new DistanceInput object with the given parameters.
proxyA | The proxy for shape A |
proxyB | The proxy for shape B |
transformA | The world transform for shape A |
transformB | The world transform for shape B |
useRadii | Should the proxy radius be considered? |