Expand description
Application of the Separating-Axis-Theorem (SAT).
Functionsยง
- cuboid_
cuboid_ find_ local_ separating_ normal_ oneway - Finds the best separating normal between two cuboids.
- cuboid_
support_ map_ find_ local_ separating_ normal_ oneway - Finds the best separating normal between a cuboid and a convex shape implementing the
SupportMap
trait. - point_
cuboid_ find_ local_ separating_ normal_ oneway - Computes the separation between a point and a cuboid, along the given direction
normal1
. - segment_
cuboid_ find_ local_ separating_ normal_ oneway - Finds the best separating normal between a cuboid and a segment.
- support_
map_ support_ map_ compute_ separation - Computes the separation along the given direction,
between two convex shapes implementing the
SupportMap
trait. - triangle_
cuboid_ find_ local_ separating_ normal_ oneway - Finds the best separating normal between a triangle and a cuboid.
- triangle_
support_ map_ find_ local_ separating_ normal_ oneway - Finds the best separating normal between a triangle and a convex shape implementing the
SupportMap
trait.