Home
last modified time | relevance | path

Searched defs:convex (Results 1 – 25 of 375) sorted by relevance

12345678910>>...15

/dports/textproc/kibana7/kibana-7.16.2-darwin-x86_64/node_modules/@turf/convex/
H A DREADME.md5 ## convex section in @turf/convex
71 ### Installation
/dports/devel/color/color-a04952cf27cc315e31811f2e940221bf8cf9f8ca/src/color/generic/operation/
H A Dconvex.hpp23 convex in convex() function
37 convex in convex() function
53 convex in convex() function
72 convex in convex() function
/dports/math/gecode/gecode-0916a1a/gecode/set/
H A Dconvex.cpp41 convex(Home home, SetVar x) { in convex() function
48 convex(Home home, SetVar x, SetVar y) { in convex() function
/dports/math/vtk8/VTK-8.2.0/Common/DataModel/Testing/Cxx/
H A DTestPolygon.cxx66 bool convex; in TestPolygon() local
120 bool convex; in TestPolygon() local
148 bool convex; in TestPolygon() local
/dports/math/vtk9/VTK-9.1.0/Common/DataModel/Testing/Cxx/
H A DTestPolygon.cxx66 bool convex; in TestPolygon() local
117 bool convex; in TestPolygon() local
142 bool convex; in TestPolygon() local
/dports/astro/kstars/kstars-3.5.6/kstars/htmesh/
H A DHTMesh.cpp77 bool HTMesh::performIntersection(RangeConvex *convex, BufNum bufNum) in performIntersection()
108 RangeConvex convex; in intersect() local
130 RangeConvex convex(&p1, &p2, &p3); in intersect() local
156 RangeConvex convex(&p1, &p2, &p3, &p4); in intersect() local
249 RangeConvex convex(&p1, &p0, &p2); in intersect() local
/dports/graphics/grx/grx249/test/
H A Dpolytest.c31 static void testpoly(int n,int points[][2],int convex) in testpoly()
121 int convex; in TESTFUNC() local
/dports/math/fcl/fcl-0.7.0/test/geometry/shape/
H A Dtest_convex.cpp54 static bool find_extreme_via_neighbors(const Convex<S>& convex) { in find_extreme_via_neighbors()
60 static void force_find_extreme_via_neighbors(Convex<S>* convex) { in force_find_extreme_via_neighbors()
283 Convex<double> convex = cube.MakeConvex(); in testConvexConstruction() local
297 Convex<S> convex = shape.MakeConvex(); in testAABBComputation() local
315 Convex<S> convex = shape.MakeConvex(); in testVolume() local
338 Convex<S> convex = shape.MakeConvex(); in testCenterOfMass() local
363 Convex<S> convex = shape.MakeConvex(); in testMomentOfInertia() local
848 Convex<double> convex = poly.MakeConvex(throw_if_invalid); in GTEST_TEST() local
854 Convex<double> convex = poly.MakeConvex(!throw_if_invalid); in GTEST_TEST() local
861 Convex<double> convex = poly.MakeConvex(throw_if_invalid); in GTEST_TEST() local
/dports/math/R-cran-ddalpha/ddalpha/R/
H A Dddalpha.classify.r20 use.convex = NULL){
198 use.convex = NULL, ...){
/dports/math/py-Pyomo/Pyomo-6.1.2/pyomo/contrib/mindtpy/tests/
H A Deight_process_problem.py34 def __init__(self, convex=True, *args, **kwargs): argument
/dports/print/fontforge/fontforge-20201107/tests/
H A Dtest1003.py8 convex = fontforge.unitShape(7).transform(psMat.scale(25)) variable
/dports/math/SCIP/scip-7.0.3/tests/src/sepa/
H A Dgauge.c428 SCIP_Bool convex = TRUE; in Test() local
468 SCIP_Bool convex = FALSE; in Test() local
508 SCIP_Bool convex = TRUE; in Test() local
548 SCIP_Bool convex = FALSE; in Test() local
/dports/science/chrono/chrono-7.0.1/src/chrono/collision/
H A DChCollisionShapeChrono.h39 real3* convex; ///< pointer to convex data; variable
/dports/graphics/inkscape/inkscape-1.1_2021-05-24_c4e8f9ed74/src/3rdparty/adaptagrams/libcola/
H A Dconvex_hull.cpp68 void convex(const unsigned n, const double* X, const double* Y, vector<unsigned> & h) { in convex() function
78 void convex(valarray<double> const & X, valarray<double> const & Y, vector<unsigned> & h) { in convex() function
/dports/astro/stellarium/stellarium-0.21.3/src/core/
H A DStelGeodesicGrid.cpp314 void StelGeodesicGrid::searchZones(const QVector<SphericalCap>& convex, in searchZones()
356 const QVector<SphericalCap>&convex, in searchZones()
456 const GeodesicSearchResult* StelGeodesicGrid::search(const QVector<SphericalCap>& convex, int maxSe… in search() argument
494 void GeodesicSearchResult::search(const QVector<SphericalCap>& convex, int maxSearchLevel) in search()
/dports/graphics/krita/krita-4.4.8/plugins/flake/pathshapes/star/
H A DStarShapeConfigCommand.cpp24 …arShape *star, uint cornerCount, qreal innerRadius, qreal outerRadius, bool convex, KUndo2Command … in StarShapeConfigCommand()
/dports/cad/openscad-devel/openscad-63a7c77740030c63d646eb0684ba6947eecb0db7/src/
H A Dpolyset.h52 mutable boost::tribool convex; variable
/dports/cad/openscad/openscad-41f58fe57c03457a3a8b4dc541ef5654ec3e8c78/src/
H A Dpolyset.h52 mutable boost::tribool convex; variable
/dports/editors/calligra/calligra-3.2.1/plugins/pathshapes/star/
H A DStarShapeConfigCommand.cpp24 …rShape * star, uint cornerCount, qreal innerRadius, qreal outerRadius, bool convex, KUndo2Command … in StarShapeConfigCommand()
/dports/java/java3d/java3d-1.5.2/j3d-core-utils/src/classes/share/com/sun/j3d/utils/geometry/
H A DListNode.java66 int convex; field in ListNode
/dports/cad/horizon-eda/horizon-2.1.0/3rd_party/router/router/
H A Dpns_solid.cpp63 SHAPE_SIMPLE* convex = static_cast<SHAPE_SIMPLE*>( m_shape ); in Hull() local
/dports/graphics/Coin/coin-Coin-4.0.0/include/Inventor/VRMLnodes/
H A DSoVRMLExtrusion.h55 SoSFBool convex; variable
H A DSoVRMLIndexedFaceSet.h58 SoSFBool convex; variable
/dports/converters/wkhtmltopdf/qt-5db36ec/src/gui/painting/
H A Dqpainterpath_p.h84 QVectorPathConverter(const QVector<QPainterPath::Element> &path, uint fillRule, bool convex) in QVectorPathConverter()
193 uint convex : 1; variable
/dports/cad/kicad-devel/kicad-a17a58203b33e08b966075833b177dad5740c236/plugins/3d/vrml/v2/
H A Dvrml2_faceset.h77 bool convex; variable

12345678910>>...15