Home
last modified time | relevance | path

Searched refs:dotProduct (Results 1 – 4 of 4) sorted by relevance

/external/webkit/Source/WebCore/platform/audio/
DCone.cpp58 double dotProduct = sourceToListener.dot(normalizedSourceOrientation); in gain() local
59 double angle = 180.0 * acos(dotProduct) / piDouble; in gain()
/external/jmonkeyengine/engine/src/core/com/jme3/math/
DVector2f.java576 float dotProduct = dot(otherVector); in smallestAngleBetween() local
577 float angle = FastMath.acos(dotProduct); in smallestAngleBetween()
DVector4f.java773 float dotProduct = dot(otherVector);
774 float angle = FastMath.acos(dotProduct);
DVector3f.java824 float dotProduct = dot(otherVector);
825 float angle = FastMath.acos(dotProduct);