HomeSort by relevance Sort by last modified time
    Searched full:e_unknown (Results 1 - 3 of 3) sorted by null

  /external/libgdx/extensions/gdx-box2d/gdx-box2d/jni/Box2D/Collision/
b2TimeOfImpact.h 40 e_unknown, enumerator in enum:b2TOIOutput::State
b2CollideEdge.cpp 159 e_unknown, enumerator in enum:b2EPAxis::Type
442 if (edgeAxis.type == b2EPAxis::e_unknown)
453 if (polygonAxis.type != b2EPAxis::e_unknown && polygonAxis.separation > m_radius)
463 if (polygonAxis.type == b2EPAxis::e_unknown)
642 axis.type = b2EPAxis::e_unknown;
b2TimeOfImpact.cpp 261 output->state = b2TOIOutput::e_unknown;

Completed in 69 milliseconds