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

  /external/jmonkeyengine/engine/src/core/com/jme3/math/
Line.java 157 float sumYY = 0.0f, sumYZ = 0.0f, sumZZ = 0.0f;
167 sumYZ += compVec2.y * compVec2.z;
177 compMat1.m12 = -sumYZ;
179 compMat1.m21 = -sumYZ;

Completed in 45 milliseconds