Struct b3BoxCastInput
- Namespace
- Box3D.Native
- Assembly
- Box3D.NET.Native.dll
Input for sweeping a bounding box through a dynamic tree. Mirror of b3BoxCastInput.
public struct b3BoxCastInputInherited Members
Remarks
The caller folds the cast shape radius into the box, so the traversal stays a conservative box sweep and the precise narrow phase happens per shape in the callback.
Fields
- box
-
The box to cast, in the tree's frame.
- maxFraction
-
The maximum fraction of the translation to consider. Usually one.
- translation
-
The sweep translation.