HomeSort by relevance Sort by last modified time
    Searched defs:testPoint (Results 1 - 23 of 23) sorted by null

  /external/libgdx/extensions/gdx-box2d/gdx-box2d-gwt/src/com/badlogic/gdx/physics/box2d/gwt/emu/org/jbox2d/collision/shapes/
Shape.java 88 public abstract boolean testPoint(final Transform xf, final Vec2 p);
ChainShape.java 110 public boolean testPoint(Transform xf, Vec2 p) {
CircleShape.java 102 public final boolean testPoint(final Transform transform, final Vec2 p) {
EdgeShape.java 80 public boolean testPoint(Transform xf, Vec2 p) {
PolygonShape.java 293 public final boolean testPoint(final Transform xf, final Vec2 p) {
303 System.out.println("--testPoint debug--");
  /external/libgdx/gdx/src/com/badlogic/gdx/math/
Plane.java 108 public PlaneSide testPoint (Vector3 point) {
126 public PlaneSide testPoint (float x, float y, float z) {
  /external/snakeyaml/src/test/java/org/yaml/snakeyaml/immutable/
ShapeImmutableTest.java 90 public void testPoint() {
  /external/libgdx/tests/gdx-tests/src/com/badlogic/gdx/tests/box2d/
Box2DTest.java 159 Vector3 testPoint = new Vector3();
165 if (fixture.testPoint(testPoint.x, testPoint.y)) {
176 camera.unproject(testPoint.set(x, y, 0));
180 world.QueryAABB(callback, testPoint.x - 0.0001f, testPoint.y - 0.0001f, testPoint.x + 0.0001f, testPoint.y + 0.0001f);
194 def.target.set(testPoint.x, testPoint.y);
    [all...]
  /external/libgdx/extensions/gdx-box2d/gdx-box2d-gwt/src/com/badlogic/gdx/physics/box2d/gwt/emu/com/badlogic/gdx/physics/box2d/
Fixture.java 115 public boolean testPoint (Vector2 p) {
117 return fixture.testPoint(tmp);
123 public boolean testPoint (float x, float y) {
125 return fixture.testPoint(tmp);
  /external/opencv3/modules/core/misc/java/test/
PointTest.java 51 public void testPoint() {
  /external/libgdx/tests/gdx-tests/src/com/badlogic/gdx/tests/
Box2DTest.java 322 Vector3 testPoint = new Vector3();
332 if (fixture.testPoint(testPoint.x, testPoint.y)) {
343 testPoint.set(x, y, 0);
344 camera.unproject(testPoint);
349 world.QueryAABB(callback, testPoint.x - 0.1f, testPoint.y - 0.1f, testPoint.x + 0.1f, testPoint.y + 0.1f);
    [all...]
  /external/libgdx/extensions/gdx-box2d/gdx-box2d/src/com/badlogic/gdx/physics/box2d/
Fixture.java 193 public boolean testPoint (Vector2 p) {
200 public boolean testPoint (float x, float y) {
206 return fixture->TestPoint( b2Vec2( x, y ) );
  /external/libgdx/extensions/gdx-box2d/gdx-box2d-gwt/src/com/badlogic/gdx/physics/box2d/gwt/emu/org/jbox2d/dynamics/
Fixture.java 230 public boolean testPoint(final Vec2 p) {
231 return m_shape.testPoint(m_body.m_xf, p);
  /frameworks/base/libs/hwui/
SpotShadow.cpp 280 * @param testPoint the point to test
282 * @return true if the testPoint is inside the poly.
284 bool SpotShadow::testPointInsidePolygon(const Vector2 testPoint,
287 float testx = testPoint.x;
288 float testy = testPoint.y;
    [all...]
  /external/opencv3/modules/calib3d/test/
test_cameracalibration.cpp     [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.ui.forms_3.5.2.r36_v20100702.jar 
org.eclipse.jface_3.6.1.M20100825-0800.jar 
org.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jar 
org.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jar 
  /prebuilts/devtools/tools/lib/
org-eclipse-jface-3.6.2.jar 
  /prebuilts/tools/common/eclipse/
org.eclipse.jface_3.4.2.M20090107-0800.jar 
org.eclipse.jface_3.6.2.M20110210-1200.jar 
  /prebuilts/tools/common/m2/repository/com/android/external/eclipse/org-eclipse-jface/3.6.2/
org-eclipse-jface-3.6.2.jar 

Completed in 767 milliseconds