class for EPA algorithm
More...
#include <coal/narrowphase/gjk.h>
◆ SimplexVertex
◆ Status
Enumerator |
---|
DidNotRun | |
Failed | |
Valid | |
AccuracyReached | |
Degenerated | |
NonConvex | |
InvalidHull | |
OutOfFaces | |
OutOfVertices | |
FallBack | |
◆ EPA() [1/2]
coal::details::EPA::EPA |
( |
size_t |
max_iterations_, |
|
|
SolverScalar |
tolerance_ |
|
) |
| |
|
inline |
◆ EPA() [2/2]
coal::details::EPA::EPA |
( |
const EPA & |
other | ) |
|
|
inline |
Copy constructor of EPA. Mostly needed for the copy constructor of GJKSolver
.
◆ bind()
We bind the face fa
along its edge ea
to the face fb
along its edge fb
.
◆ evaluate()
- Returns
- a Status which can be demangled using (status & Valid) or (status & Failed). The other values provide a more detailled status
◆ getNumFaces()
size_t coal::details::EPA::getNumFaces |
( |
| ) |
const |
|
inline |
Get the number of faces in the polytope of the last run of EPA.
◆ getNumIterations()
size_t coal::details::EPA::getNumIterations |
( |
| ) |
const |
|
inline |
Get the number of iterations of the last run of EPA.
◆ getNumMaxFaces()
size_t coal::details::EPA::getNumMaxFaces |
( |
| ) |
const |
|
inline |
Get the max number of faces of EPA.
◆ getNumMaxIterations()
size_t coal::details::EPA::getNumMaxIterations |
( |
| ) |
const |
|
inline |
Get the max number of iterations of EPA.
◆ getNumMaxVertices()
size_t coal::details::EPA::getNumMaxVertices |
( |
| ) |
const |
|
inline |
Get the max number of vertices of EPA.
◆ getNumVertices()
size_t coal::details::EPA::getNumVertices |
( |
| ) |
const |
|
inline |
Get the number of vertices in the polytope of the last run of EPA.
◆ getTolerance()
Get the tolerance of EPA.
◆ getWitnessPointsAndNormal()
Get the witness points on each object, and the corresponding normal.
- Parameters
-
[in] | shape | is the Minkowski difference of the two shapes. |
[out] | w0 | is the witness point on shape0. |
[out] | w1 | is the witness point on shape1. |
[in] | normal | is the normal found by EPA. It points from shape0 to shape1. The normal is used to correct the witness points on the shapes if the shapes have a non-zero swept-sphere radius. |
◆ reset()
void coal::details::EPA::reset |
( |
size_t |
max_iterations, |
|
|
SolverScalar |
tolerance |
|
) |
| |
resets the EPA algorithm, preparing it for a new run. It potentially reallocates memory for the vertices and faces if the passed parameters are bigger than the previous ones. This function does not modify the parameters of the EPA algorithm, i.e. the maximum number of iterations and the tolerance.
- Note
- calling this function destroys the previous state of EPA. In the future, we may want to copy it instead, i.e. when EPA will be (properly) warm-startable.
◆ closest_face
◆ depth
◆ normal
Vec3ps coal::details::EPA::normal |
◆ result
◆ status
Status coal::details::EPA::status |
◆ support_hint
The documentation for this struct was generated from the following file:
- include/coal/narrowphase/gjk.h