Searched refs:fAngle (Results 1 – 2 of 2) sorted by relevance
217 float fAngle = FastMath.TWO_PI * fInvRS * iR; in updateGeometry() local218 afCos[iR] = FastMath.cos(fAngle); in updateGeometry()219 afSin[iR] = FastMath.sin(fAngle); in updateGeometry()
171 float fAngle = FastMath.TWO_PI * fInvRS * iR; in setGeometryData() local172 afCos[iR] = FastMath.cos(fAngle); in setGeometryData()173 afSin[iR] = FastMath.sin(fAngle); in setGeometryData()