ShapeCastInput

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)

maxFraction

The maximum fraction of the translation to consider (typically 1.0)

Constructors

Link copied to clipboard
constructor(proxy: ShapeProxy, translation: Vec2, maxFraction: Float = 1.0f)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard