Home | History | Annotate | Download | only in math

Lines Matching refs:floats

253      * @param store The array of floats to store the values into.

402 * @param floats
407 public float[] toArray(float[] floats) {
408 if (floats == null) {
409 floats = new float[4];
411 floats[0] = r;
412 floats[1] = g;
413 floats[2] = b;
414 floats[3] = a;
415 return floats;