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

  /external/jmonkeyengine/engine/src/core/com/jme3/math/
FastMath.java 52 public static final float ZERO_TOLERANCE = 0.0001f;
    [all...]
  /external/jmonkeyengine/engine/src/core/com/jme3/util/
TangentBinormalGenerator.java 56 private static final float ZERO_TOLERANCE = 0.0000001f;
324 if (Math.abs(det) < ZERO_TOLERANCE) {
343 < ZERO_TOLERANCE) {
523 if (tangent.length() < ZERO_TOLERANCE) {
527 if (binormal.length() >= ZERO_TOLERANCE) {
541 < ZERO_TOLERANCE) {
548 if (binormal.length() < ZERO_TOLERANCE) {
552 if (tangent.length() >= ZERO_TOLERANCE) {
566 < ZERO_TOLERANCE) {
572 < ZERO_TOLERANCE) {
    [all...]

Completed in 182 milliseconds