class documentation

class Impact__Point(VectorData):

View In Hierarchy

Point of first contact of the first collision (in this object's coordinates)

Class Variable name Is always 'impact/point'
Class Variable val The (x, y) coordinates of the collision point in (m).
name: Literal['impact/point'] =

Is always 'impact/point'

val: tuple[float, float] =

The (x, y) coordinates of the collision point in (m).