Home
last modified time | relevance | path

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

/external/jmonkeyengine/engine/src/core/com/jme3/scene/shape/
DDome.java217 float fAngle = FastMath.TWO_PI * fInvRS * iR; in updateGeometry() local
218 afCos[iR] = FastMath.cos(fAngle); in updateGeometry()
219 afSin[iR] = FastMath.sin(fAngle); in updateGeometry()
DSphere.java171 float fAngle = FastMath.TWO_PI * fInvRS * iR; in setGeometryData() local
172 afCos[iR] = FastMath.cos(fAngle); in setGeometryData()
173 afSin[iR] = FastMath.sin(fAngle); in setGeometryData()