Home
last modified time | relevance | path

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

/external/apache-commons-math/src/main/java/org/apache/commons/math/geometry/
DVector3D.java111 double cosDelta = FastMath.cos(delta); in Vector3D() local
112 this.x = FastMath.cos(alpha) * cosDelta; in Vector3D()
113 this.y = FastMath.sin(alpha) * cosDelta; in Vector3D()