Home
last modified time | relevance | path

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

/external/jmonkeyengine/engine/src/core/com/jme3/math/
DVector3f.java378 float tempx = ( y * otherZ ) - ( z * otherY ); in crossLocal() local
381 x = tempx; in crossLocal()