Home
last modified time | relevance | path

Searched refs:getPoints (Results 1 – 23 of 23) sorted by relevance

/external/apache-commons-math/src/main/java/org/apache/commons/math/stat/clustering/
DKMeansPlusPlusClusterer.java105 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()
DCluster.java62 public List<T> getPoints() { in getPoints() method in Cluster
/external/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/
DCanvasTest.java103 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()
DPathTest.java34 List<ShadowPath.Point> moveToPoints = shadowOf(path).getPoints(); in testMoveTo()
46 List<ShadowPath.Point> lineToPoints = shadowOf(path).getPoints(); in testLineTo()
/external/jmonkeyengine/engine/src/bullet/com/jme3/bullet/collision/shapes/
DHullCollisionShape.java25 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/jmonkeyengine/engine/src/jbullet/com/jme3/bullet/collision/shapes/
DHullCollisionShape.java24 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-common/com/jme3/bullet/control/ragdoll/
DRagdollUtils.java162 … 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/jmonkeyengine/engine/src/core/com/jme3/scene/debug/
DSkeletonDebugger.java71 public SkeletonPoints getPoints() { in getPoints() method in SkeletonDebugger
/external/skia/src/animator/
DSkMatrixParts.cpp243 int srcPts = sourcePath.getPoints(src, 4); in add()
245 int dstPts = destPath.getPoints(dst, 4); in add()
/external/skia/gm/
Dtechtalk1.cpp94 int count = d0.getPoints(pts0, SK_ARRAY_COUNT(pts0)); in show_mesh_between()
95 int count1 = d1.getPoints(pts1, SK_ARRAY_COUNT(pts1)); in show_mesh_between()
117 int count = path.getPoints(pts, SK_ARRAY_COUNT(pts)); in show_fan()
Dstrokerect.cpp34 path.getPoints(points.get(), n); in draw_path()
/external/skia/include/core/
DSkPathRef.h52 SkPoint* points() { return fPathRef->getPoints(); } in points()
427 SkPoint* getPoints() { in getPoints() function
DSkPath.h261 int getPoints(SkPoint points[], int max) const;
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
DShadowPath.java54 public List<Point> getPoints() { in getPoints() method in ShadowPath
DShadowCanvas.java92 appendDescription("Path " + shadowOf(path).getPoints().toString()); in drawPath()
/external/jmonkeyengine/engine/src/test/jme3test/light/
DTestShadow.java101 frustum = new WireFrustum(bsr.getPoints()); in simpleInitApp()
/external/jmonkeyengine/engine/src/core/com/jme3/shadow/
DBasicShadowRenderer.java123 public Vector3f[] getPoints() { in getPoints() method in BasicShadowRenderer
/external/skia/src/gpu/gl/
DGrGLPath.cpp114 skPath.getPoints(reinterpret_cast<SkPoint*>(&pathCoords[0]), pointCnt); in InitPathObject()
/external/skia/src/gpu/effects/
DGrConvexPolyEffect.cpp292 int count = path.getPoints(pts, kMaxEdges); in Create()
/external/skia/samplecode/
DSampleQuadStroker.cpp272 path.getPoints(ptPtr, count); in draw_points()
/external/skia/tests/
DPathTest.cpp2199 int count = p1.getPoints(pts1, kPtCount); in test_transform()
3689 REPORTER_ASSERT(reporter, p.getPoints(NULL, 0) == 4); in DEF_TEST()
3692 int count = p.getPoints(pts, 4); in DEF_TEST()
/external/skia/src/core/
DSkPath.cpp577 int SkPath::getPoints(SkPoint dst[], int max) const { in getPoints() function in SkPath
/external/zxing/core/
Dcore.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...