Home
last modified time | relevance | path

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

/external/jmonkeyengine/engine/src/core/com/jme3/math/
DMatrix3f.java789 float temp00, temp01, temp02; in mult() local
797 temp01 = m00 * mat.m01 + m01 * mat.m11 + m02 * mat.m21; in mult()
807 product.m01 = temp01; in mult()
DMatrix4f.java1018 float temp00, temp01, temp02, temp03; in mult() local
1027 temp01 = m00 * in2.m01 in mult()
1092 store.m01 = temp01; in mult()