You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently the CachedMinkowskiSumArray stores the support vector. But the struct could equally store the support function.
The user should determine which of those is stored in the constructor. The implementation for the support function then depends on this choice (use the current default if the support vector is stored, or use a (basically identical) new implementation otherwise).
The text was updated successfully, but these errors were encountered:
Currently the
CachedMinkowskiSumArray
stores the support vector. But the struct could equally store the support function.The user should determine which of those is stored in the constructor. The implementation for the support function then depends on this choice (use the current default if the support vector is stored, or use a (basically identical) new implementation otherwise).
The text was updated successfully, but these errors were encountered: