/external/libgdx/gdx/src/com/badlogic/gdx/math/ |
Frustum.java | 85 PlaneSide result = planes[i].testPoint(point);
99 PlaneSide result = planes[i].testPoint(x, y, z);
161 if (planes[i].testPoint(bounds.getCorner000(tmpV)) != PlaneSide.Back) continue;
162 if (planes[i].testPoint(bounds.getCorner001(tmpV)) != PlaneSide.Back) continue;
163 if (planes[i].testPoint(bounds.getCorner010(tmpV)) != PlaneSide.Back) continue;
164 if (planes[i].testPoint(bounds.getCorner011(tmpV)) != PlaneSide.Back) continue;
165 if (planes[i].testPoint(bounds.getCorner100(tmpV)) != PlaneSide.Back) continue;
166 if (planes[i].testPoint(bounds.getCorner101(tmpV)) != PlaneSide.Back) continue;
167 if (planes[i].testPoint(bounds.getCorner110(tmpV)) != PlaneSide.Back) continue;
168 if (planes[i].testPoint(bounds.getCorner111(tmpV)) != PlaneSide.Back) continue; [all...] |
Plane.java | 108 public PlaneSide testPoint (Vector3 point) {
126 public PlaneSide testPoint (float x, float y, float z) {
|
Intersector.java | 338 } else if (plane.testPoint(ray.origin) == Plane.PlaneSide.OnPlane) { 364 } else if (plane.testPoint(origin) == Plane.PlaneSide.OnPlane) { 391 if (p.testPoint(ray.origin) == PlaneSide.OnPlane && Intersector.isPointInTriangle(ray.origin, t1, t2, t3)) { [all...] |
/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/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/fonttools/Lib/fontTools/pens/ |
pointInsidePen.py | 49 def __init__(self, glyphSet, testPoint, evenOdd=0): 51 self.setTestPoint(testPoint, evenOdd) 53 def setTestPoint(self, testPoint, evenOdd=0): 55 self.testPoint = testPoint 88 x, y = self.testPoint 108 x, y = self.testPoint 173 x, y = self.testPoint
|
/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/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/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 ) );
|
/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...] |
SpotShadow.h | 56 static bool testPointInsidePolygon(const Vector2 testPoint, const Vector2* poly, int len);
|
/external/opencv3/modules/core/misc/java/test/ |
PointTest.java | 51 public void testPoint() {
|
/external/snakeyaml/src/test/java/org/yaml/snakeyaml/immutable/ |
ShapeImmutableTest.java | 90 public void testPoint() {
|
/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);
|
/external/opencv/cvaux/src/ |
cvepilines.cpp | 68 void icvTestPoint( CvPoint2D64d testPoint, [all...] |
/external/opencv3/modules/calib3d/test/ |
test_cameracalibration.cpp | [all...] |
/external/libgdx/extensions/gdx-box2d/gdx-box2d-gwt/src/com/badlogic/gdx/physics/box2d/gwt/emu/org/jbox2d/particle/ |
ParticleSystem.java | 314 if (shape.testPoint(identity, p)) { [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.swt.gtk.linux.x86_3.6.1.v3657a.jar | |
org.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jar | |
org.eclipse.jface_3.6.1.M20100825-0800.jar | |