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

  /external/jmonkeyengine/engine/src/core/com/jme3/scene/shape/
PQTorus.java 148 Vector3f pointB = new Vector3f(), T = new Vector3f(), N = new Vector3f(), B = new Vector3f();
170 pointB = new Vector3f(x, y, z);
173 T = pointB.subtract(torusPoints[i]);
174 N = torusPoints[i].add(pointB);
  /external/opencv/cvaux/src/
cvepilines.cpp 403 double pointB[3];
411 (CvPoint3D64d*)pointB);
413 if( pointB[2] < 0 )/* If negative use other lines for cross */
418 (CvPoint3D64d*)pointB);
431 *((CvPoint3D64d*)pointB),
436 *((CvPoint3D64d*)pointB),
444 *((CvPoint3D64d*)pointB),
449 *((CvPoint3D64d*)pointB),
470 xB = pointB[0];
471 yB = pointB[1]
    [all...]
  /external/zxing/core/
core.jar 

Completed in 56 milliseconds