Searched defs:approxEqual (Results 1 - 2 of 2) sorted by relevance

/external/jmonkeyengine/engine/src/core/com/jme3/util/
H A DTangentBinormalGenerator.java383 private static boolean approxEqual(Vector3f u, Vector3f v) { method in class:TangentBinormalGenerator
409 if (approxEqual(vertexInfo.position, position) &&
410 approxEqual(vertexInfo.normal, normal))
/external/webkit/Source/WebCore/platform/graphics/gpu/
H A DLoopBlinnMathUtils.cpp70 if (approxEqual(e, 0) || approxEqual(f, 0) || approxEqual(e, f))
121 bool approxEqual(const FloatPoint& v0, const FloatPoint& v1) function in namespace:WebCore::LoopBlinnMathUtils
126 bool approxEqual(const FloatPoint3D& v0, const FloatPoint3D& v1) function in namespace:WebCore::LoopBlinnMathUtils
131 bool approxEqual(float f0, float f1) function in namespace:WebCore::LoopBlinnMathUtils

Completed in 60 milliseconds