HomeSort by relevance Sort by last modified time
    Searched full:fzfraction (Results 1 - 1 of 1) sorted by null

  /external/jmonkeyengine/engine/src/core/com/jme3/scene/shape/
Sphere.java 187 float fZFraction;
189 fZFraction = -1.0f + fZFactor * iZ; // in (-1, 1)
191 fZFraction = FastMath.sin(fAFraction); // in (-1,1)
193 float fZ = radius * fZFraction;
228 0.5f * (fZFraction + 1.0f));
232 * (FastMath.HALF_PI + FastMath.asin(fZFraction)));
248 0.5f * (fZFraction + 1.0f));
252 * (FastMath.HALF_PI + FastMath.asin(fZFraction)));

Completed in 2064 milliseconds