Home
last modified time | relevance | path

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

/external/replicaisland/src/com/replica/replicaisland/
DVector2.java45 public final void add(float otherX, float otherY) { in add() argument
47 y += otherY; in add()
/external/jmonkeyengine/engine/src/core/com/jme3/math/
DVector3f.java344 public Vector3f cross(float otherX, float otherY, float otherZ, Vector3f result) { in cross() argument
346 float resX = ((y * otherZ) - (z * otherY)); in cross()
348 float resZ = ((x * otherY) - (y * otherX)); in cross()
377 public Vector3f crossLocal(float otherX, float otherY, float otherZ) { in crossLocal() argument
378 float tempx = ( y * otherZ ) - ( z * otherY ); in crossLocal()
380 z = (x * otherY) - (y * otherX); in crossLocal()
DVector2f.java323 public float distanceSquared(float otherX, float otherY) { in distanceSquared() argument
325 double dy = y - otherY; in distanceSquared()
/external/owasp/sanitizer/tools/findbugs/lib/
Dfindbugs.jarMETA-INF/ META-INF/MANIFEST.MF default.xsl edu/ edu/umd ...