Home
last modified time | relevance | path

Searched refs:temp11 (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
800 temp11 = m10 * mat.m01 + m11 * mat.m11 + m12 * mat.m21; in mult()
810 product.m11 = temp11; in mult()
DMatrix4f.java1019 float temp10, temp11, temp12, temp13; in mult() local
1044 temp11 = m10 * in2.m01 in mult()
1096 store.m11 = temp11; in mult()