Home | History | Annotate | Download | only in graphics

Lines Matching full:vecs

713      * @param vecs The array [x0, y0, x1, y1, ...] of vectors to transform.
715 public void mapVectors(float[] vecs) {
716 mapVectors(vecs, 0, vecs, 0, vecs.length >> 1);