Home
last modified time | relevance | path

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

/external/jmonkeyengine/engine/src/core/com/jme3/scene/shape/
DSphere.java186 float fAFraction = FastMath.HALF_PI * (-1.0f + fZFactor * iZ); // in (-pi/2, pi/2) in setGeometryData() local
191 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()