Searched refs:ZERO_TOLERANCE (Results 1 - 6 of 6) sorted by relevance

/external/jmonkeyengine/engine/src/core/com/jme3/util/
H A DTangentBinormalGenerator.java56 private static final float ZERO_TOLERANCE = 0.0000001f; field in class:TangentBinormalGenerator
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...]
/external/jmonkeyengine/engine/src/core/com/jme3/math/
H A DEigen3f.java209 if (max >= FastMath.ZERO_TOLERANCE) {
248 if (max >= FastMath.ZERO_TOLERANCE) {
304 return maxMagnitudeStore[0] >= FastMath.ZERO_TOLERANCE;
H A DFastMath.java52 public static final float ZERO_TOLERANCE = 0.0001f; field in class:FastMath
H A DMatrix3f.java1254 if (f > 1.0f - FastMath.ZERO_TOLERANCE) {
/external/jmonkeyengine/engine/src/test/jme3test/bullet/
H A DPhysicsHoverControl.java162 if (linearVelocity.length() > FastMath.ZERO_TOLERANCE) {
/external/jmonkeyengine/engine/src/core/com/jme3/bounding/
H A DBoundingSphere.java777 } else if (discr >= FastMath.ZERO_TOLERANCE) {

Completed in 136 milliseconds