Searched refs:leftBottomFront (Results 1 – 1 of 1) sorted by relevance
/development/samples/ApiDemos/src/com/example/android/apis/graphics/kube/ |
D | Cube.java | 28 GLVertex leftBottomFront = addVertex(left, bottom, front); in Cube() local 35 addFace(new GLFace(leftBottomBack, leftBottomFront, rightBottomFront, rightBottomBack)); in Cube() 37 addFace(new GLFace(leftBottomFront, leftTopFront, rightTopFront, rightBottomFront)); in Cube() 39 addFace(new GLFace(leftBottomBack, leftTopBack, leftTopFront, leftBottomFront)); in Cube()
|