The list of the state of a result of GjkEpa.computeClosestPoints
.
Static variables
staticread onlyEPA_DID_NOT_CONVERGE:Int = _EPA_DID_NOT_CONVERGE
EPA iterations did not converge in time.
staticread onlyEPA_FAILED_TO_ADD_VERTEX:Int = _EPA_FAILED_TO_ADD_VERTEX
Failed to add a new vertex to the polyhedron in EPA computation.
staticread onlyEPA_FAILED_TO_INIT:Int = _EPA_FAILED_TO_INIT
Failed to construct initial polyhedron in EPA construction.
staticread onlyGJK_DID_NOT_CONVERGE:Int = _GJK_DID_NOT_CONVERGE
GJK iterations did not converge in time.
staticread onlyGJK_FAILED_TO_MAKE_TETRAHEDRON:Int = _GJK_FAILED_TO_MAKE_TETRAHEDRON
Failed to construct a tetrahedron enclosing the origin in GJK computation.