Home
last modified time | relevance | path

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

/external/jmonkeyengine/engine/src/core/com/jme3/math/
DMatrix3f.java790 float temp10, temp11, temp12; in mult() local
799 temp10 = m10 * mat.m00 + m11 * mat.m10 + m12 * mat.m20; in mult()
809 product.m10 = temp10; in mult()
DMatrix4f.java1019 float temp10, temp11, temp12, temp13; in mult() local
1040 temp10 = m10 * in2.m00 in mult()
1095 store.m10 = temp10; in mult()