Home | History | Annotate | Download | only in kube

Lines Matching defs:toFixed

52     static public int toFixed(float x) {
57 vertexBuffer.put(toFixed(x));
58 vertexBuffer.put(toFixed(y));
59 vertexBuffer.put(toFixed(z));
78 vertexBuffer.put(toFixed(x));
79 vertexBuffer.put(toFixed(y));
80 vertexBuffer.put(toFixed(z));
84 vertexBuffer.put(toFixed(temp.x));
85 vertexBuffer.put(toFixed(temp.y));
86 vertexBuffer.put(toFixed(temp.z));