Skip to content
Discussion options

You must be logged in to vote

This is a great question. There are two parts to the continuity of the distance functions.

Sub-Element Continuity

The first possible source of discontinuity is when a collision pair changes the closest sub-element. For example, when a point is closest to a triangle's interior, but then goes off the edge, and the closest point is on the edge. Similarly, the closest point can be a vertex of the triangle.

In these instances, the function is $C^\infty$ on the interior and $C^1$ at the subelement transition[1]. This Hessian discontinuity is somewhat rare and doesn't seem to affect the optimization too negatively.

Global Continuity

You are right that if we did a global minimum of distance to al…

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@coreqode
Comment options

Answer selected by coreqode
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants