Shape Cast Input
data class ShapeCastInput(val proxy: ShapeProxy, val translation: Vec2, val maxFraction: Float = 1.0f)
Low-level shape cast input data for local geometry queries.
Parameters
proxy
The shape proxy defining the cast shape
translation
Translation of the shape cast (direction and length)
max Fraction
The maximum fraction of the translation to consider (typically 1.0)