OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:TestPoint
(Results
1 - 5
of
5
) sorted by null
/external/libgdx/extensions/gdx-box2d/gdx-box2d/jni/Box2D/Collision/Shapes/
b2ChainShape.cpp
142
bool b2ChainShape::
TestPoint
(const b2Transform& xf, const b2Vec2& p) const
b2CircleShape.cpp
36
bool b2CircleShape::
TestPoint
(const b2Transform& transform, const b2Vec2& p) const
b2EdgeShape.cpp
44
bool b2EdgeShape::
TestPoint
(const b2Transform& xf, const b2Vec2& p) const
b2PolygonShape.cpp
251
bool b2PolygonShape::
TestPoint
(const b2Transform& xf, const b2Vec2& p) const
/external/libgdx/extensions/gdx-box2d/gdx-box2d/jni/Box2D/Dynamics/
b2Fixture.h
157
bool
TestPoint
(const b2Vec2& p) const;
324
inline bool b2Fixture::
TestPoint
(const b2Vec2& p) const
326
return m_shape->
TestPoint
(m_body->GetTransform(), p);
Completed in 34 milliseconds