HomeSort by relevance Sort by last modified time
    Searched refs:mult1 (Results 1 - 2 of 2) sorted by null

  /external/jmonkeyengine/engine/src/test/jme3test/batching/
TestBatchNodeCluster.java 321 float mult1 = 1.0f; local
324 mult1 = 1.0f;
327 mult1 = -1.0f;
330 mult1 = 1.0f;
333 mult1 = -1.0f;
339 box.setLocalTranslation(v.x + FastMath.sin(time * mult1) * 20, v.y + (FastMath.sin(time * mult1) * FastMath.cos(time * mult1) * 20), v.z + FastMath.cos(time * mult2) * 20);
  /external/opencv/cvaux/src/
decomppoly.cpp 75 int mult, mult1, mult2;
87 mult1 = vec1_x * vec0_y - vec0_x * vec1_y;
90 if( mult1 == 0 ) {
96 if( mult1 > 0 && mult2 < 0 ) {
99 if( mult1 < 0 && mult2 > 0 ) {
108 if( mult1 > 0 )
116 } // if( mult1 > 0 )
119 if( mult1 != 0 ) {
126 } // if( mult1 != 0 )
134 } // if( mult1 != 0 ) els
    [all...]

Completed in 369 milliseconds