Method Expand
Expand(float)
Expands the AABB by the given signed distance.
Declaration
public void Expand(float signedDistance)
Parameters
Type | Name | Description |
---|---|---|
float | signedDistance | Signed distance to expand the AABB with. |
Remarks
Positive distance expands the AABB while negative distance shrinks the AABB.