Home
last modified time | relevance | path

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

/external/jmonkeyengine/engine/src/core/com/jme3/math/
DMatrix3f.java791 float temp20, temp21, temp22; in mult() local
804 temp22 = m20 * mat.m02 + m21 * mat.m12 + m22 * mat.m22; in mult()
814 product.m22 = temp22; in mult()
DMatrix4f.java1020 float temp20, temp21, temp22, temp23; in mult() local
1065 temp22 = m20 * in2.m02 in mult()
1101 store.m22 = temp22; in mult()