Searched refs:fAFraction (Results 1 – 1 of 1) sorted by relevance
186 float fAFraction = FastMath.HALF_PI * (-1.0f + fZFactor * iZ); // in (-pi/2, pi/2) in setGeometryData() local191 fZFraction = FastMath.sin(fAFraction); // in (-1,1) in setGeometryData()234 float r = (FastMath.HALF_PI - FastMath.abs(fAFraction)) / FastMath.PI; in setGeometryData()254 float r = (FastMath.HALF_PI - FastMath.abs(fAFraction)) / FastMath.PI; in setGeometryData()