/external/apache-commons-math/src/main/java/org/apache/commons/math/stat/clustering/ |
D | KMeansPlusPlusClusterer.java | 105 if (cluster.getPoints().isEmpty()) { in cluster() 121 newCenter = cluster.getCenter().centroidOf(cluster.getPoints()); in cluster() 211 if (!cluster.getPoints().isEmpty()) { in getPointFromLargestVarianceCluster() 216 for (final T point : cluster.getPoints()) { in getPointFromLargestVarianceCluster() 236 final List<T> selectedPoints = selected.getPoints(); in getPointFromLargestVarianceCluster() 254 final int number = cluster.getPoints().size(); in getPointFromLargestNumberCluster() 270 final List<T> selectedPoints = selected.getPoints(); in getPointFromLargestNumberCluster() 290 final List<T> points = cluster.getPoints(); in getFarthestPoint() 307 return selectedCluster.getPoints().remove(selectedPoint); in getFarthestPoint()
|
D | Cluster.java | 62 public List<T> getPoints() { in getPoints() method in Cluster
|
/external/robolectric/v1/src/test/java/com/xtremelabs/robolectric/shadows/ |
D | CanvasTest.java | 103 assertEquals("Path " + shadowOf(path1).getPoints().toString() + "\n" in drawPath_shouldAppendDescriptionToBitmap() 104 … + "Path " + shadowOf(path2).getPoints().toString(), shadowOf(canvas).getDescription()); in drawPath_shouldAppendDescriptionToBitmap() 106 assertEquals("Path " + shadowOf(path1).getPoints().toString() + "\n" in drawPath_shouldAppendDescriptionToBitmap() 107 … + "Path " + shadowOf(path2).getPoints().toString(), shadowOf(targetBitmap).getDescription()); in drawPath_shouldAppendDescriptionToBitmap()
|
D | PathTest.java | 34 List<ShadowPath.Point> moveToPoints = shadowOf(path).getPoints(); in testMoveTo() 46 List<ShadowPath.Point> lineToPoints = shadowOf(path).getPoints(); in testLineTo()
|
/external/jmonkeyengine/engine/src/jbullet/com/jme3/bullet/collision/shapes/ |
D | HullCollisionShape.java | 24 this.points = getPoints(mesh); in HullCollisionShape() 49 this.points = getPoints(mesh); in read() 67 protected float[] getPoints(Mesh mesh) { in getPoints() method in HullCollisionShape
|
/external/jmonkeyengine/engine/src/bullet/com/jme3/bullet/collision/shapes/ |
D | HullCollisionShape.java | 25 this.points = getPoints(mesh); in HullCollisionShape() 50 this.points = getPoints(mesh); in read() 86 protected float[] getPoints(Mesh mesh) { in getPoints() method in HullCollisionShape
|
/external/pdfium/xfa/src/fxbarcode/pdf417/ |
D | BC_PDF417DetectorResult.h | 15 CFX_PtrArray* getPoints();
|
D | BC_PDF417Reader.cpp | 67 for (int32_t i = 0; i < detectorResult->getPoints()->GetSize(); i++) { in Decode() 68 CFX_PtrArray* points = (CFX_PtrArray*)detectorResult->getPoints()->GetAt(i); in Decode()
|
D | BC_PDF417DetectorResult.cpp | 48 CFX_PtrArray* CBC_PDF417DetectorResult::getPoints() { in getPoints() function in CBC_PDF417DetectorResult
|
/external/libgdx/extensions/gdx-box2d/gdx-box2d/src/com/badlogic/gdx/physics/box2d/ |
D | WorldManifold.java | 38 public Vector2[] getPoints () { in getPoints() method in WorldManifold
|
D | Manifold.java | 85 public ManifoldPoint[] getPoints () { in getPoints() method in Manifold
|
/external/jmonkeyengine/engine/src/bullet-common/com/jme3/bullet/control/ragdoll/ |
D | RagdollUtils.java | 162 … points.addAll(getPoints(g.getMesh(), index, initialScale, initialPosition, weightThreshold)); in makeShapeFromVerticeWeights() 170 … points.addAll(getPoints(g.getMesh(), index, initialScale, initialPosition, weightThreshold)); in makeShapeFromVerticeWeights() 193 …private static List<Float> getPoints(Mesh mesh, int boneIndex, Vector3f initialScale, Vector3f off… in getPoints() method in RagdollUtils
|
/external/skia/include/core/ |
D | SkPathRef.h | 51 SkPoint* points() { return fPathRef->getPoints(); } in points() 461 SkPoint* getPoints() { in getPoints() function 468 const SkPoint* getPoints() const { in getPoints() function
|
/external/jmonkeyengine/engine/src/core/com/jme3/scene/debug/ |
D | SkeletonDebugger.java | 71 public SkeletonPoints getPoints() { in getPoints() method in SkeletonDebugger
|
/external/libgdx/extensions/gdx-box2d/gdx-box2d-gwt/src/com/badlogic/gdx/physics/box2d/gwt/emu/com/badlogic/gdx/physics/box2d/ |
D | WorldManifold.java | 48 public Vector2[] getPoints () { in getPoints() method in WorldManifold
|
D | Manifold.java | 57 public ManifoldPoint[] getPoints () { in getPoints() method in Manifold
|
/external/skia/src/animator/ |
D | SkMatrixParts.cpp | 243 int srcPts = sourcePath.getPoints(src, 4); in add() 245 int dstPts = destPath.getPoints(dst, 4); in add()
|
/external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletCollision/CollisionShapes/ |
D | btConvexHullShape.h | 53 const btVector3* getPoints() const in ATTRIBUTE_ALIGNED16()
|
/external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/ |
D | ShadowPath.java | 54 public List<Point> getPoints() { in getPoints() method in ShadowPath
|
D | ShadowCanvas.java | 92 appendDescription("Path " + shadowOf(path).getPoints().toString()); in drawPath()
|
/external/libgdx/extensions/gdx-bullet/jni/swig-src/collision/com/badlogic/gdx/physics/bullet/collision/ |
D | GIM_TRIANGLE_CONTACT.java | 90 public btVector3 getPoints() { in getPoints() method in GIM_TRIANGLE_CONTACT
|
D | btConvexHullShape.java | 105 public btVector3 getPoints() { in getPoints() method in btConvexHullShape
|
/external/jmonkeyengine/engine/src/test/jme3test/light/ |
D | TestShadow.java | 101 frustum = new WireFrustum(bsr.getPoints()); in simpleInitApp()
|
/external/skia/gm/ |
D | strokerect.cpp | 34 path.getPoints(points.get(), n); in draw_path()
|
D | pathcontourstart.cpp | 120 path.getPoints(points.get(), n); in drawOneColumn()
|