Git Product home page Git Product logo

Comments (1)

MattiaMontanari avatar MattiaMontanari commented on May 13, 2024

"What is the minimal distance indicates for the case of collision?" you should look at distance queries in the other way: What is the distance in case of collision? Clearly 0 and that's where distance algorithms, such as GJK, meet their goal. GJK does not give any information about penetration depth and if you dive deeper you'll see that GJK will return tiny number or zero in case of collision.

EPA can compute penetration vector - note that there this won't be "exact" as there is no such a thing in nature and many definitions exist.

In the first line of OpenGJK readme you can read that this lib can "compute the minimum distance between convex polytopes". If you made it that far, you can't ask to indicate more clearly that GJK does not do anything about penetration depth.
I'm getting a lot of demand to implement EPA but I don't have concrete plans to implement it at the moment

from opengjk.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.