Home
last modified time | relevance | path

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

/dports/cad/opencascade/opencascade-7.6.0/samples/java/jniviewer/app/src/main/java/com/opencascade/jnisample/
H A DOcctJniRenderer.java31 Xneg, // back enumConstant
143 case Xneg: cppSetXnegProj (myCppViewer); break; in setProj()
H A DOcctJniActivity.java497 myOcctView.setProj (OcctJniRenderer.TypeOfOrientation.Xneg); in onClick()
/dports/graphics/opencv/opencv-4.5.3/contrib/modules/ximgproc/src/
H A Dedge_drawing.cpp4772 double** Xneg = AllocateMatrix(3, npts + 1); in ComputeEllipsePoints() local
4848 AperB(Ai, ss2, Xneg, 2, 2, 2, npts); in ComputeEllipsePoints()
4863 px[j - 1 + npts] = Xneg[1][j]; in ComputeEllipsePoints()
4864 py[j - 1 + npts] = Xneg[2][j]; in ComputeEllipsePoints()
4873 DeallocateMatrix(Xneg, 3); in ComputeEllipsePoints()
/dports/graphics/gmt/gmt-6.3.0/src/
H A Dgmt_map.c7431 double P[3], E[3], M[3], Xneg[3], cos_AB, cos_MX1, cos_MX2, cos_test; in gmtlib_great_circle_intersection() local
7442 Xneg[i] = -X[i]; in gmtlib_great_circle_intersection()
7448 cos_MX2 = gmt_dot3v (GMT, M, Xneg); /* Cos of spherical distance between M and -X */ in gmtlib_great_circle_intersection()
7449 if (cos_MX2 > cos_MX1) gmt_M_memcpy (X, Xneg, 3, double); /* -X is closest to A-B midpoint */ in gmtlib_great_circle_intersection()