Content deleted Content added
Tiepczdkrokgfebfg Vddhfjfgdgbvdcgfggfg guffffih Tags: Mobile edit Mobile web edit |
m Reverted edits by 68.82.59.204 (talk) to last version by ClueBot NG |
||
Line 3:
"Enhanced GJK" algorithms use edge information to speed up the algorithm by following edges when looking for the next simplex. This improves performance substantially for polytopes with large numbers of vertices.
GJK algorithms are often used incrementally in simulation systems and video games. In this mode, the final simplex from a previous solution is used as the initial guess in the next iteration, or "frame". If the positions in the new frame are close to those in the old frame, the
The algorithm's stability, speed, and small storage footprint make it popular for realtime [[collision detection]], especially in [[physics engine]]s for [[video games]].
|