Searched refs:rightBottomFront (Results 1 – 1 of 1) sorted by relevance
/development/samples/ApiDemos/src/com/example/android/apis/graphics/kube/ |
D | Cube.java | 29 GLVertex rightBottomFront = addVertex(right, 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() 41 addFace(new GLFace(rightBottomBack, rightBottomFront, rightTopFront, rightTopBack)); in Cube()
|