HomeSort by relevance Sort by last modified time
    Searched refs:afCos (Results 1 - 2 of 2) sorted by null

  /external/jmonkeyengine/engine/src/core/com/jme3/scene/shape/
Sphere.java 169 float[] afCos = new float[(radialSamples + 1)];
172 afCos[iR] = FastMath.cos(fAngle);
176 afCos[radialSamples] = afCos[0];
208 Vector3f kRadial = tempVc.set(afCos[iR], afSin[iR], 0);
235 float u = r * afCos[iR] + 0.5f;
Dome.java 215 float[] afCos = new float[(radialSamples)];
218 afCos[iR] = FastMath.cos(fAngle);
244 Vector3f kRadial = tempVc.set(afCos[iR], 0, afSin[iR]);

Completed in 45 milliseconds