OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:tolerancedot
(Results
1 - 1
of
1
) sorted by null
/external/jmonkeyengine/engine/src/core/com/jme3/util/
TangentBinormalGenerator.java
60
private static float
toleranceDot
;
378
toleranceDot
= FastMath.cos(angle * FastMath.DEG_TO_RAD);
470
if (tangent.dot(tangentUnit) <
toleranceDot
) {
480
if (binormal.dot(binormalUnit) <
toleranceDot
) {
Completed in 66 milliseconds