HomeSort by relevance Sort by last modified time
    Searched refs:centroid (Results 1 - 3 of 3) sorted by null

  /external/libvorbis/vq/
vqgen.h 30 int centroid; member in struct:vqgen
72 float *(*weight)(vqgen *,float *),int centroid);
vqgen.c 242 float *(*weight)(vqgen *,float *),int centroid){
245 v->centroid=centroid;
502 if(v->centroid==0){
514 /* centroid */
540 if(v->centroid==0){
  /frameworks/base/core/java/android/gesture/
GestureUtils.java 325 * Calculates the centroid of a set of points.
328 * @return the centroid
499 private static OrientedBoundingBox computeOrientedBoundingBox(float[] points, float[] centroid) {
500 translate(points, -centroid[0], -centroid[1]);
534 return new OrientedBoundingBox((float) (angle * 180 / Math.PI), centroid[0], centroid[1], maxx - minx, maxy - miny);

Completed in 167 milliseconds