OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:tempMat3
(Results
1 - 2
of
2
) sorted by null
/external/jmonkeyengine/engine/src/core/com/jme3/renderer/
RenderManager.java
341
Matrix3f
tempMat3
= vars.
tempMat3
;
368
tempMat4.toRotationMatrix(
tempMat3
);
369
tempMat3
.invertLocal();
370
tempMat3
.transposeLocal();
371
u.setValue(VarType.Matrix3,
tempMat3
);
384
worldMatrix.toRotationMatrix(
tempMat3
);
385
tempMat3
.invertLocal().transposeLocal();
386
u.setValue(VarType.Matrix3,
tempMat3
);
412
tempMat4.toRotationMatrix(
tempMat3
);
[
all
...]
/external/jmonkeyengine/engine/src/core/com/jme3/util/
TempVars.java
187
public final Matrix3f
tempMat3
= new Matrix3f();
Completed in 70 milliseconds