![]() |
PeriDyno 1.0.0
|
#include "Platform.h"
Go to the source code of this file.
Namespaces | |
namespace | dyno |
This is an implementation of AdditiveCCD based on peridyno. | |
Macros | |
#define | INVALID -1 |
Functions | |
template<typename T> | |
DYN_FUNC int | dyno::leftBound (T target, T *startLoc, uint maxSize) |
Find the left bound of a target with a binary search algorithm. | |
template<typename T> | |
DYN_FUNC int | dyno::rightBound (T target, T *startLoc, uint maxSize) |
Find the right bound of a target with a binary search algorithm. | |
#define INVALID -1 |
Definition at line 8 of file STLMacro.h.