Table of Contents

Struct b3TOIOutput

Namespace
Box3D.Native
Assembly
Box3D.NET.Native.dll

Output of a time of impact query. Mirror of b3TOIOutput.

public struct b3TOIOutput

Inherited Members

Fields

distance

The final distance between the shapes.

distanceIterations

The number of outer iterations used.

fraction

The sweep fraction at which the collision occurs.

normal

The hit normal.

point

The hit point.

pushBackIterations

The total number of push-back iterations used.

rootIterations

The total number of root-finding iterations used.

state

The kind of result.

usedFallback

Whether initial overlap was detected and a fallback sphere was used as a last resort to prevent tunnelling.