Home | History | Annotate | Download | only in util

Lines Matching refs:toAdd

388      * @param toAdd
396 public static void addInBuffer(Vector3f toAdd, FloatBuffer buf, int index) {
400 tempVec3.addLocal(toAdd);
593 * @param toAdd
601 public static void addInBuffer(Vector2f toAdd, FloatBuffer buf, int index) {
605 tempVec2.addLocal(toAdd);