Home
last modified time | relevance | path

Searched refs:temp21 (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
803 temp21 = m20 * mat.m01 + m21 * mat.m11 + m22 * mat.m21; in mult()
813 product.m21 = temp21; in mult()
DMatrix4f.java1020 float temp20, temp21, temp22, temp23; in mult() local
1061 temp21 = m20 * in2.m01 in mult()
1100 store.m21 = temp21; in mult()