Home
last modified time | relevance | path

Searched refs:CCW (Results 101 – 125 of 2034) sorted by relevance

12345678910>>...82

/dports/graphics/qt5-3d/kde-qt3d-5.15.2p39/src/3rdparty/assimp/contrib/poly2tri/poly2tri/common/
H A Dutils.h52 enum Orientation { CW, CCW, COLLINEAR }; enumerator
72 return CCW; in Orient2d()
/dports/graphics/qgis-ltr/qgis-3.16.16/external/poly2tri/common/
H A Dutils.h56 enum Orientation { CW, CCW, COLLINEAR }; enumerator
76 return CCW; in Orient2d()
/dports/graphics/urho3d/Urho3D-1.7.1/Source/ThirdParty/Assimp/contrib/poly2tri/poly2tri/common/
H A Dutils.h46 enum Orientation { CW, CCW, COLLINEAR }; enumerator
66 return CCW; in Orient2d()
/dports/graphics/Coin/coin-Coin-4.0.0/src/elements/GL/
H A DSoGLShapeHintsElement.cpp161 SoGLLazyElement::sendVertexOrdering(state, ccw ? SoLazyElement::CCW : SoLazyElement::CW); in forceSend()
172 SoGLLazyElement::sendVertexOrdering(state, ccw ? SoLazyElement::CCW : SoLazyElement::CW); in forceSend()
/dports/games/spring/spring_98.0/rts/lib/assimp/contrib/poly2tri/poly2tri/common/
H A Dutils.h46 enum Orientation { CW, CCW, COLLINEAR }; enumerator
66 return CCW; in Orient2d()
/dports/games/doomsday/doomsday-2.3.1/doomsday/external/assimp/contrib/poly2tri/poly2tri/common/
H A Dutils.h44 enum Orientation { CW, CCW, COLLINEAR }; enumerator
64 return CCW; in Orient2d()
/dports/games/spring/spring_98.0/rts/lib/assimp/contrib/poly2tri/poly2tri/sweep/
H A Dsweep.cc430 if (Orient2d(*node.point, *node.next->point, *node.next->next->point) == CCW) { in FillBasin()
482 if (o == CCW) { in FillBasinReq()
528 if (Orient2d(*edge->q, *node->next->point, *edge->p) == CCW) { in FillRightAboveEdgeEvent()
539 if (Orient2d(*node.point, *node.next->point, *node.next->next->point) == CCW) { in FillRightBelowEdgeEvent()
556 if (Orient2d(*edge->q, *node.next->point, *edge->p) == CCW) { in FillRightConcaveEdgeEvent()
558 if (Orient2d(*node.point, *node.next->point, *node.next->next->point) == CCW) { in FillRightConcaveEdgeEvent()
572 if (Orient2d(*node.next->point, *node.next->next->point, *node.next->next->next->point) == CCW) { in FillRightConvexEdgeEvent()
578 if (Orient2d(*edge->q, *node.next->next->point, *edge->p) == CCW) { in FillRightConvexEdgeEvent()
691 if (o == CCW) { in NextFlipTriangle()
715 } else if (o2d == CCW) { in NextFlipPoint()
/dports/graphics/urho3d/Urho3D-1.7.1/Source/ThirdParty/Assimp/contrib/poly2tri/poly2tri/sweep/
H A Dsweep.cc430 if (Orient2d(*node.point, *node.next->point, *node.next->next->point) == CCW) { in FillBasin()
482 if (o == CCW) { in FillBasinReq()
528 if (Orient2d(*edge->q, *node->next->point, *edge->p) == CCW) { in FillRightAboveEdgeEvent()
539 if (Orient2d(*node.point, *node.next->point, *node.next->next->point) == CCW) { in FillRightBelowEdgeEvent()
556 if (Orient2d(*edge->q, *node.next->point, *edge->p) == CCW) { in FillRightConcaveEdgeEvent()
558 if (Orient2d(*node.point, *node.next->point, *node.next->next->point) == CCW) { in FillRightConcaveEdgeEvent()
572 if (Orient2d(*node.next->point, *node.next->next->point, *node.next->next->next->point) == CCW) { in FillRightConvexEdgeEvent()
578 if (Orient2d(*edge->q, *node.next->next->point, *edge->p) == CCW) { in FillRightConvexEdgeEvent()
684 if (o == CCW) { in NextFlipTriangle()
708 } else if (o2d == CCW) { in NextFlipPoint()
/dports/games/doomsday/doomsday-2.3.1/doomsday/external/assimp/contrib/poly2tri/poly2tri/sweep/
H A Dsweep.cc430 if (Orient2d(*node.point, *node.next->point, *node.next->next->point) == CCW) { in FillBasin()
482 if (o == CCW) { in FillBasinReq()
528 if (Orient2d(*edge->q, *node->next->point, *edge->p) == CCW) { in FillRightAboveEdgeEvent()
539 if (Orient2d(*node.point, *node.next->point, *node.next->next->point) == CCW) { in FillRightBelowEdgeEvent()
556 if (Orient2d(*edge->q, *node.next->point, *edge->p) == CCW) { in FillRightConcaveEdgeEvent()
558 if (Orient2d(*node.point, *node.next->point, *node.next->next->point) == CCW) { in FillRightConcaveEdgeEvent()
572 if (Orient2d(*node.next->point, *node.next->next->point, *node.next->next->next->point) == CCW) { in FillRightConvexEdgeEvent()
578 if (Orient2d(*edge->q, *node.next->next->point, *edge->p) == CCW) { in FillRightConvexEdgeEvent()
684 if (o == CCW) { in NextFlipTriangle()
708 } else if (o2d == CCW) { in NextFlipPoint()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/swiftshader/src/Shader/
H A DPixelRoutine.hpp71 void stencilTest(Byte8 &value, StencilCompareMode stencilCompareMode, bool CCW);
72 …eration stencilZFailOperation, StencilOperation stencilFailOperation, bool CCW, Int &zMask, Int &s…
73 void stencilOperation(Byte8 &output, Byte8 &bufferValue, StencilOperation operation, bool CCW);
/dports/math/scilab/scilab-6.1.1/scilab/modules/scirenderer/examples/org/scilab/forge/scirenderer/examples/
H A DLineRendering.java113 tetrahedron.setFaceCullingMode(Geometry.FaceCullingMode.CCW); in LineDrawer()
123 case CCW: in switchFace()
127 tetrahedron.setFaceCullingMode(Geometry.FaceCullingMode.CCW); in switchFace()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/src/Shader/
H A DPixelRoutine.hpp71 void stencilTest(Byte8 &value, StencilCompareMode stencilCompareMode, bool CCW);
72 …eration stencilZFailOperation, StencilOperation stencilFailOperation, bool CCW, Int &zMask, Int &s…
73 void stencilOperation(Byte8 &output, Byte8 &bufferValue, StencilOperation operation, bool CCW);
/dports/math/poly2tri/poly2tri-e6e63dd29ef0805b3e40fe1832c2f1fe2307943a/poly2tri/sweep/
H A Dsweep.cc479 if (Orient2d(*node.point, *node.next->point, *node.next->next->point) == CCW) { in FillBasin()
531 if (o == CCW) { in FillBasinReq()
577 if (Orient2d(*edge->q, *node->next->point, *edge->p) == CCW) { in FillRightAboveEdgeEvent()
588 if (Orient2d(*node.point, *node.next->point, *node.next->next->point) == CCW) { in FillRightBelowEdgeEvent()
605 if (Orient2d(*edge->q, *node.next->point, *edge->p) == CCW) { in FillRightConcaveEdgeEvent()
607 if (Orient2d(*node.point, *node.next->point, *node.next->next->point) == CCW) { in FillRightConcaveEdgeEvent()
621 if (Orient2d(*node.next->point, *node.next->next->point, *node.next->next->next->point) == CCW) { in FillRightConvexEdgeEvent()
627 if (Orient2d(*edge->q, *node.next->next->point, *edge->p) == CCW) { in FillRightConvexEdgeEvent()
733 if (o == CCW) { in NextFlipTriangle()
757 } else if (o2d == CCW) { in NextFlipPoint()
/dports/cad/horizon-eda/horizon-2.1.0/3rd_party/poly2tri/sweep/
H A Dsweep.cpp480 if (Orient2d(*node.point, *node.next->point, *node.next->next->point) == CCW) { in FillBasin()
532 if (o == CCW) { in FillBasinReq()
578 if (Orient2d(*edge->q, *node->next->point, *edge->p) == CCW) { in FillRightAboveEdgeEvent()
589 if (Orient2d(*node.point, *node.next->point, *node.next->next->point) == CCW) { in FillRightBelowEdgeEvent()
606 if (Orient2d(*edge->q, *node.next->point, *edge->p) == CCW) { in FillRightConcaveEdgeEvent()
608 if (Orient2d(*node.point, *node.next->point, *node.next->next->point) == CCW) { in FillRightConcaveEdgeEvent()
621 if (Orient2d(*node.next->point, *node.next->next->point, *node.next->next->next->point) == CCW) { in FillRightConvexEdgeEvent()
627 if (Orient2d(*edge->q, *node.next->next->point, *edge->p) == CCW) { in FillRightConvexEdgeEvent()
738 if (o == CCW) { in NextFlipTriangle()
762 } else if (o2d == CCW) { in NextFlipPoint()
/dports/cad/repsnapper/repsnapper-2.5a4/libraries/poly2tri/poly2tri/poly2tri/sweep/
H A Dsweep.cc477 if (Orient2d(*node.point, *node.next->point, *node.next->next->point) == CCW) { in FillBasin()
529 if (o == CCW) { in FillBasinReq()
575 if (Orient2d(*edge->q, *node->next->point, *edge->p) == CCW) { in FillRightAboveEdgeEvent()
586 if (Orient2d(*node.point, *node.next->point, *node.next->next->point) == CCW) { in FillRightBelowEdgeEvent()
603 if (Orient2d(*edge->q, *node.next->point, *edge->p) == CCW) { in FillRightConcaveEdgeEvent()
605 if (Orient2d(*node.point, *node.next->point, *node.next->next->point) == CCW) { in FillRightConcaveEdgeEvent()
619 if (Orient2d(*node.next->point, *node.next->next->point, *node.next->next->next->point) == CCW) { in FillRightConvexEdgeEvent()
625 if (Orient2d(*edge->q, *node.next->next->point, *edge->p) == CCW) { in FillRightConvexEdgeEvent()
731 if (o == CCW) { in NextFlipTriangle()
755 } else if (o2d == CCW) { in NextFlipPoint()
/dports/devel/upp/upp/bazaar/plugin/assimp/contrib/poly2tri/poly2tri/sweep/
H A Dsweep.cc482 if (Orient2d(*node.point, *node.next->point, *node.next->next->point) == CCW) { in FillBasin()
534 if (o == CCW) { in FillBasinReq()
580 if (Orient2d(*edge->q, *node->next->point, *edge->p) == CCW) { in FillRightAboveEdgeEvent()
591 if (Orient2d(*node.point, *node.next->point, *node.next->next->point) == CCW) { in FillRightBelowEdgeEvent()
608 if (Orient2d(*edge->q, *node.next->point, *edge->p) == CCW) { in FillRightConcaveEdgeEvent()
610 if (Orient2d(*node.point, *node.next->point, *node.next->next->point) == CCW) { in FillRightConcaveEdgeEvent()
624 if (Orient2d(*node.next->point, *node.next->next->point, *node.next->next->next->point) == CCW) { in FillRightConvexEdgeEvent()
630 if (Orient2d(*edge->q, *node.next->next->point, *edge->p) == CCW) { in FillRightConvexEdgeEvent()
736 if (o == CCW) { in NextFlipTriangle()
760 } else if (o2d == CCW) { in NextFlipPoint()
/dports/graphics/wdune/wdune-1.926/src/
H A Dsweep.cpp477 if (Orient2d(*node.point, *node.next->point, *node.next->next->point) == CCW) { in FillBasin()
529 if (o == CCW) { in FillBasinReq()
575 if (Orient2d(*edge->q, *node->next->point, *edge->p) == CCW) { in FillRightAboveEdgeEvent()
586 if (Orient2d(*node.point, *node.next->point, *node.next->next->point) == CCW) { in FillRightBelowEdgeEvent()
603 if (Orient2d(*edge->q, *node.next->point, *edge->p) == CCW) { in FillRightConcaveEdgeEvent()
605 if (Orient2d(*node.point, *node.next->point, *node.next->next->point) == CCW) { in FillRightConcaveEdgeEvent()
619 if (Orient2d(*node.next->point, *node.next->next->point, *node.next->next->next->point) == CCW) { in FillRightConvexEdgeEvent()
625 if (Orient2d(*edge->q, *node.next->next->point, *edge->p) == CCW) { in FillRightConvexEdgeEvent()
731 if (o == CCW) { in NextFlipTriangle()
755 } else if (o2d == CCW) { in NextFlipPoint()
/dports/multimedia/assimp/assimp-5.1.3/contrib/poly2tri/poly2tri/sweep/
H A Dsweep.cc487 if (Orient2d(*node.point, *node.next->point, *node.next->next->point) == CCW) { in FillBasin()
539 if (o == CCW) { in FillBasinReq()
585 if (Orient2d(*edge->q, *node->next->point, *edge->p) == CCW) { in FillRightAboveEdgeEvent()
596 if (Orient2d(*node.point, *node.next->point, *node.next->next->point) == CCW) { in FillRightBelowEdgeEvent()
613 if (Orient2d(*edge->q, *node.next->point, *edge->p) == CCW) { in FillRightConcaveEdgeEvent()
615 if (Orient2d(*node.point, *node.next->point, *node.next->next->point) == CCW) { in FillRightConcaveEdgeEvent()
629 if (Orient2d(*node.next->point, *node.next->next->point, *node.next->next->next->point) == CCW) { in FillRightConvexEdgeEvent()
635 if (Orient2d(*edge->q, *node.next->next->point, *edge->p) == CCW) { in FillRightConvexEdgeEvent()
741 if (o == CCW) { in NextFlipTriangle()
765 } else if (o2d == CCW) { in NextFlipPoint()
/dports/cad/PrusaSlicer/PrusaSlicer-version_2.3.3/src/poly2tri/sweep/
H A Dsweep.cc479 if (Orient2d(*node.point, *node.next->point, *node.next->next->point) == CCW) { in FillBasin()
531 if (o == CCW) { in FillBasinReq()
577 if (Orient2d(*edge->q, *node->next->point, *edge->p) == CCW) { in FillRightAboveEdgeEvent()
588 if (Orient2d(*node.point, *node.next->point, *node.next->next->point) == CCW) { in FillRightBelowEdgeEvent()
605 if (Orient2d(*edge->q, *node.next->point, *edge->p) == CCW) { in FillRightConcaveEdgeEvent()
607 if (Orient2d(*node.point, *node.next->point, *node.next->next->point) == CCW) { in FillRightConcaveEdgeEvent()
621 if (Orient2d(*node.next->point, *node.next->next->point, *node.next->next->next->point) == CCW) { in FillRightConvexEdgeEvent()
627 if (Orient2d(*edge->q, *node.next->next->point, *edge->p) == CCW) { in FillRightConvexEdgeEvent()
733 if (o == CCW) { in NextFlipTriangle()
757 } else if (o2d == CCW) { in NextFlipPoint()
/dports/devel/qt5-location/kde-qtlocation-5.15.2p6/src/3rdparty/poly2tri/sweep/
H A Dsweep.cpp481 if (Orient2d(*node.point, *node.next->point, *node.next->next->point) == CCW) { in FillBasin()
533 if (o == CCW) { in FillBasinReq()
579 if (Orient2d(*edge->q, *node->next->point, *edge->p) == CCW) { in FillRightAboveEdgeEvent()
590 if (Orient2d(*node.point, *node.next->point, *node.next->next->point) == CCW) { in FillRightBelowEdgeEvent()
607 if (Orient2d(*edge->q, *node.next->point, *edge->p) == CCW) { in FillRightConcaveEdgeEvent()
609 if (Orient2d(*node.point, *node.next->point, *node.next->next->point) == CCW) { in FillRightConcaveEdgeEvent()
623 if (Orient2d(*node.next->point, *node.next->next->point, *node.next->next->next->point) == CCW) { in FillRightConvexEdgeEvent()
629 if (Orient2d(*edge->q, *node.next->next->point, *edge->p) == CCW) { in FillRightConvexEdgeEvent()
742 if (o == CCW) { in NextFlipTriangle()
766 } else if (o2d == CCW) { in NextFlipPoint()
/dports/graphics/qgis/qgis-3.22.3/external/poly2tri/sweep/
H A Dsweep.cc488 if (Orient2d(*node.point, *node.next->point, *node.next->next->point) == CCW) { in FillBasin()
540 if (o == CCW) { in FillBasinReq()
586 if (Orient2d(*edge->q, *node->next->point, *edge->p) == CCW) { in FillRightAboveEdgeEvent()
597 if (Orient2d(*node.point, *node.next->point, *node.next->next->point) == CCW) { in FillRightBelowEdgeEvent()
614 if (Orient2d(*edge->q, *node.next->point, *edge->p) == CCW) { in FillRightConcaveEdgeEvent()
616 if (Orient2d(*node.point, *node.next->point, *node.next->next->point) == CCW) { in FillRightConcaveEdgeEvent()
629 if (Orient2d(*node.next->point, *node.next->next->point, *node.next->next->next->point) == CCW) { in FillRightConvexEdgeEvent()
635 if (Orient2d(*edge->q, *node.next->next->point, *edge->p) == CCW) { in FillRightConvexEdgeEvent()
746 if (o == CCW) { in NextFlipTriangle()
770 } else if (o2d == CCW) { in NextFlipPoint()
/dports/graphics/qgis-ltr/qgis-3.16.16/external/poly2tri/sweep/
H A Dsweep.cc479 if (Orient2d(*node.point, *node.next->point, *node.next->next->point) == CCW) { in FillBasin()
531 if (o == CCW) { in FillBasinReq()
577 if (Orient2d(*edge->q, *node->next->point, *edge->p) == CCW) { in FillRightAboveEdgeEvent()
588 if (Orient2d(*node.point, *node.next->point, *node.next->next->point) == CCW) { in FillRightBelowEdgeEvent()
605 if (Orient2d(*edge->q, *node.next->point, *edge->p) == CCW) { in FillRightConcaveEdgeEvent()
607 if (Orient2d(*node.point, *node.next->point, *node.next->next->point) == CCW) { in FillRightConcaveEdgeEvent()
621 if (Orient2d(*node.next->point, *node.next->next->point, *node.next->next->next->point) == CCW) { in FillRightConvexEdgeEvent()
627 if (Orient2d(*edge->q, *node.next->next->point, *edge->p) == CCW) { in FillRightConvexEdgeEvent()
733 if (o == CCW) { in NextFlipTriangle()
757 } else if (o2d == CCW) { in NextFlipPoint()
/dports/graphics/qt5-3d/kde-qt3d-5.15.2p39/src/3rdparty/assimp/contrib/poly2tri/poly2tri/sweep/
H A Dsweep.cc482 if (Orient2d(*node.point, *node.next->point, *node.next->next->point) == CCW) { in FillBasin()
534 if (o == CCW) { in FillBasinReq()
580 if (Orient2d(*edge->q, *node->next->point, *edge->p) == CCW) { in FillRightAboveEdgeEvent()
591 if (Orient2d(*node.point, *node.next->point, *node.next->next->point) == CCW) { in FillRightBelowEdgeEvent()
608 if (Orient2d(*edge->q, *node.next->point, *edge->p) == CCW) { in FillRightConcaveEdgeEvent()
610 if (Orient2d(*node.point, *node.next->point, *node.next->next->point) == CCW) { in FillRightConcaveEdgeEvent()
624 if (Orient2d(*node.next->point, *node.next->next->point, *node.next->next->next->point) == CCW) { in FillRightConvexEdgeEvent()
630 if (Orient2d(*edge->q, *node.next->next->point, *edge->p) == CCW) { in FillRightConvexEdgeEvent()
736 if (o == CCW) { in NextFlipTriangle()
760 } else if (o2d == CCW) { in NextFlipPoint()
/dports/games/magiccube4d/magiccube4d-src-2_2/
H A DHistory.cpp87 assert(node->dir == CCW || node->dir == CW); in isSane()
418 angle = polymgr->getTwistTotalAngle(grip.dim, CCW); in compress()
428 CCW, 1, 0); in compress()
445 dir = (rand() % 2 ? CW : CCW); in compress()
446 angle = polymgr->getTwistTotalAngle(grip.dim, CCW); in compress()
720 CCW, slicesmask); in read()
H A DMagicCubeObj.cpp291 m_puzzle_state->applyMove(&grip, CCW, 1); in Scramble()
292 m_history->apply(&grip, CCW, 1); in Scramble()
499 dir = CCW;
528 dir = CCW;

12345678910>>...82