Enum GJKInitialGuess

Enum Documentation

enum coal::GJKInitialGuess

Initial guess to use for the GJK algorithm DefaultGuess: Vec3s(1, 0, 0) CachedGuess: previous vector found by GJK or guess cached by the user BoundingVolumeGuess: guess using the centers of the shapes’ AABB WARNING: to use BoundingVolumeGuess, computeLocalAABB must have been called on the two shapes.

Values:

enumerator DefaultGuess
enumerator CachedGuess
enumerator BoundingVolumeGuess