Table of Contents

Struct b3ShapeCastInput

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

Low-level shape cast input. Mirror of b3ShapeCastInput.

public struct b3ShapeCastInput

Inherited Members

Fields

canEncroach

Whether the cast may encroach when the shapes start out touching. Only has an effect when the proxy radius is greater than zero.

maxFraction

The maximum fraction of the translation to consider. Usually one.

proxy

The shape being cast.

translation

The translation of the cast.