Home
last modified time | relevance | path

Searched refs:sinV (Results 1 – 1 of 1) sorted by relevance

/development/samples/ApiDemos/src/com/example/android/apis/graphics/
DCubeMapActivity.java170 float sinV = (float) Math.sin(angleV); in generateTorusGrid() local
177 float y = d*(-sinV); in generateTorusGrid()
181 float ny = -sinV * cosU; in generateTorusGrid()