Searched defs:dot3 (Results 1 – 7 of 7) sorted by relevance
204 final double dot3 = theta * (2 - 3 * theta); in computeInterpolatedStateAndDerivatives() local
323 final double dot3 = ((3 * theta - 4) * theta + 1) / h; in computeInterpolatedStateAndDerivatives() local
365 final double dot3 = twoTheta * (1 + theta * (twoTheta -3)); in computeInterpolatedStateAndDerivatives() local
105 int dot3 = (point.x()-p3.x()) * (p0.y()-p3.y()) + (point.y()-p3.y()) * (p3.x()-p0.x()); in isInsideQuad() local
107 int dot3 = (point.x()-p3.x()) * (p0.y()-p3.y()) + (point.y()-p3.y()) * (p3.x()-p0.x()); in isInsideQuad() local
464 Float4 dot3(const Vector4f &v0, const Vector4f &v1) in dot3() function977 Float4 dot3 = dx * dx + dy * dy + dz * dz; in dist3() local