Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/exatb/GJKEPA
Browse files Browse the repository at this point in the history
  • Loading branch information
exatb committed Oct 24, 2024
2 parents a392b67 + d2a059d commit 461250f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,9 @@ penetrationDepth - The depth of penetration between the two polyhedra if an inte
contactNormal - The normal of the contact point between the two polyhedra if an intersection occurs
```

However, if you need to understand how these algorithms work, you can use GJKEPA_DEBUG and define a function for logging, drawing points, vectors and lines.
If you need to understand how these algorithms work, you can define "GJKEPA_DEBUG" and define a function for logging, drawing points, vectors and lines.

You can use System.Numeric vectors or OpenTK.Mathematics vectors. For OpenTK use the "OpenTK" definition.

These algorithms are a good choice for physics solvers. It can be used for simulation or games.

Expand Down

0 comments on commit 461250f

Please sign in to comment.