Searched defs:points (Results 1 – 15 of 15) sorted by relevance
78 float[] points; in testPrepareMatrix() local
74 float[] points; in testPrepareMatrix() local
61 final float[] points = mWrapped.getTickPoints(); in getTickPoints() local
19 double[][] points = new double[mPoints.length][2]; in calculatetCurve() local112 double[] solveSystem(double[][] points) { in solveSystem()
461 Vector<Band> points = new Vector<Band>(); in deSerializeRepresentation() local
88 final ArrayList<Point> points = new ArrayList<Point>(); in run() local205 private static int[] kMeans(Point points[], int[] bestK) { in kMeans()
150 ControlPoint[] points = new ControlPoint[mPoints.size()]; in getAppliedCurve() local267 ControlPoint[] points = new ControlPoint[mPoints.size()]; in draw() local348 double[] solveSystem(ControlPoint[] points) { in solveSystem()
218 private void generateSpiral(ScriptField_VertexColor_s points, float depth, float radius, in generateSpiral()
205 ArrayList<Point> points = mPointCloud; in draw() local
154 ArrayList<DeviceProfileQuery> points = in DeviceProfile() local402 ArrayList<DeviceProfileQuery> points) { in invDistWeightedInterpolate()
481 Point[] points = new Point[sizes.size()]; in getOptimalPreviewSize() local
358 float points[] = mapPoints( in drawBoundTexture() local
879 public float[] points; field in Utils.DNAStrand