HomeSort by relevance Sort by last modified time
    Searched defs:orthogonal (Results 1 - 2 of 2) sorted by null

  /external/opencv3/3rdparty/openexr/Imath/
ImathVecAlgo.h 68 template <class Vec> Vec orthogonal (const Vec &s, const Vec &t);
103 orthogonal (const Vec &s, const Vec &t) function in namespace:Imath
  /external/apache-commons-math/src/main/java/org/apache/commons/math/geometry/
Vector3D.java 293 /** Get a vector orthogonal to the instance.
294 * <p>There are an infinite number of normalized vectors orthogonal
302 * Vector3D i = k.orthogonal();
305 * @return a new normalized vector orthogonal to the instance
308 public Vector3D orthogonal() { method in class:Vector3D

Completed in 247 milliseconds