Module parry2d_f64::query::sat
source · Expand description
Application of the Separating-Axis-Theorem (SAT).
Functions§
- Finds the best separating normal between two cuboids.
- Finds the best separating normal between a cuboid and a convex shape implementing the
SupportMap
trait. - Computes the separation between a point and a cuboid, along the given direction
normal1
. - Finds the best separating normal between a cuboid and a segment.
- Computes the separation along the given direction, between two convex shapes implementing the
SupportMap
trait. - Finds the best separating normal between a triangle and a cuboid.
- Finds the best separating normal between a triangle and a convex shape implementing the
SupportMap
trait.