Module avian3d::collision::contact_query

source ·
Expand description

Geometric queries for computing information about contacts between two Colliders.

This module contains the following contact queries:

Contact queryDescription
contactComputes one pair of contact points between two Colliders.
contact_manifoldsComputes all ContactManifolds between two Colliders.
closest_pointsComputes the closest points between two Colliders.
distanceComputes the minimum distance separating two Colliders.
intersection_testTests whether two Colliders are intersecting each other.
time_of_impactComputes when two moving Colliders hit each other for the first time.

For geometric queries that query the entire world for intersections, like raycasting, shapecasting and point projection, see spatial queries.

Structs§

Enums§

Functions§

Type Aliases§