Home
last modified time | relevance | path

Searched refs:m_centroid (Results 1 – 25 of 100) sorted by relevance

1234

/dports/misc/box2d/box2d-2.4.1/unit-test/
H A Dcollision_test.cpp47 CHECK(b2Abs(polygon1.m_centroid.x - center.x) < absTol + relTol * b2Abs(center.x));
48 CHECK(b2Abs(polygon1.m_centroid.y - center.y) < absTol + relTol * b2Abs(center.y));
59 CHECK(b2Abs(polygon2.m_centroid.x - center.x) < absTol + relTol * b2Abs(center.x));
60 CHECK(b2Abs(polygon2.m_centroid.y - center.y) < absTol + relTol * b2Abs(center.y));
/dports/math/cgal/CGAL-5.3/demo/Principal_component_analysis/
H A DScene.cpp126 Point o = m_plane.projection(m_centroid); in render_plane()
151 Point o = m_line.projection(m_centroid); in render_line()
172 verts[0]=m_centroid.x();verts[1]=m_centroid.y();verts[2]=m_centroid.z(); in render_centroid()
256 m_centroid = CGAL::centroid(triangles.begin(),triangles.end()); in fit_triangles()
281 m_centroid = CGAL::centroid(segments.begin(),segments.end()); in fit_edges()
304 m_centroid = CGAL::centroid(points.begin(),points.end()); in fit_vertices()
/dports/misc/box2d/box2d-2.4.1/include/box2d/
H A Db2_polygon_shape.h81 b2Vec2 m_centroid; variable
92 m_centroid.SetZero(); in b2PolygonShape()
/dports/math/cgal/CGAL-5.3/include/CGAL/Shape_detection/Region_growing/internal/
H A Dutils.h194 m_centroid = Point_3(x, y, z); in Plane()
202 const Vector_3 v(m_centroid, query); in to_2d()
207 return m_centroid + query.x() * m_base1 + query.y() * m_base2; in to_3d()
211 Point_3 m_centroid;
/dports/games/kolf/kolf-21.12.3/external/Box2D/Collision/Shapes/
H A Db2PolygonShape.h75 b2Vec2 m_centroid; variable
86 m_centroid.SetZero(); in b2PolygonShape()
/dports/devel/love/love-11.3/src/libraries/Box2D/Collision/Shapes/
H A Db2PolygonShape.h81 b2Vec2 m_centroid; variable
92 m_centroid.SetZero(); in b2PolygonShape()
/dports/devel/love08/love-0.8.0/src/libraries/Box2D/Collision/Shapes/
H A Db2PolygonShape.h75 b2Vec2 m_centroid; variable
86 m_centroid.SetZero(); in b2PolygonShape()
/dports/devel/love10/love-0.10.2/src/libraries/Box2D/Collision/Shapes/
H A Db2PolygonShape.h81 b2Vec2 m_centroid; variable
92 m_centroid.SetZero(); in b2PolygonShape()
/dports/graphics/urho3d/Urho3D-1.7.1/Source/ThirdParty/Box2D/Box2D/Collision/Shapes/
H A Db2PolygonShape.h81 b2Vec2 m_centroid; variable
92 m_centroid.SetZero(); in b2PolygonShape()
/dports/graphics/py-box2d-py/box2d-py-2.3.8/Box2D/Collision/Shapes/
H A Db2PolygonShape.h81 b2Vec2 m_centroid; variable
92 m_centroid.SetZero(); in b2PolygonShape()
/dports/devel/emscripten/emscripten-2.0.3/tests/third_party/box2d/Box2D/Collision/Shapes/
H A Db2PolygonShape.h75 b2Vec2 m_centroid; variable
86 m_centroid.SetZero(); in b2PolygonShape()
/dports/games/openclaw/OpenClaw-0.0-51-gbac7730/ThirdParty/Box2D/Collision/Shapes/
H A Db2PolygonShape.h81 b2Vec2 m_centroid; variable
92 m_centroid.SetZero(); in b2PolygonShape()
/dports/games/openclaw/OpenClaw-0.0-51-gbac7730/Box2D/Box2D_Install/include/Box2D/Collision/Shapes/
H A Db2PolygonShape.h81 b2Vec2 m_centroid; variable
92 m_centroid.SetZero(); in b2PolygonShape()
/dports/games/openclaw/OpenClaw-0.0-51-gbac7730/Box2D/Box2D/Collision/Shapes/
H A Db2PolygonShape.h81 b2Vec2 m_centroid; variable
92 m_centroid.SetZero(); in b2PolygonShape()
/dports/games/emptyepsilon/SeriousProton-EE-2021.06.23/src/Box2D/Collision/Shapes/
H A Db2PolygonShape.h81 b2Vec2 m_centroid; variable
92 m_centroid.SetZero(); in b2PolygonShape()
/dports/x11-toolkits/qml-box2d/qml-box2d-21e57f/Box2D/Collision/Shapes/
H A Db2PolygonShape.h81 b2Vec2 m_centroid; variable
92 m_centroid.SetZero(); in b2PolygonShape()
/dports/devel/juce/JUCE-f37e9a1/modules/juce_box2d/box2d/Collision/Shapes/
H A Db2PolygonShape.h75 b2Vec2 m_centroid; variable
86 m_centroid.SetZero(); in b2PolygonShape()
/dports/misc/crosti/crosti-1.14.0_2/src/usrhcpp/
H A Dschemedata.cpp81 DistanceGrouping(const QList<QRgb> &centroid): m_centroid(centroid){ } in DistanceGrouping()
88 for (int j = 0; j < m_centroid.size(); ++j) { in operator ()()
89 float currentDistance = ColorPalette::distance(pixel, m_centroid.at(j)); in operator ()()
99 const QList<QRgb> m_centroid; member
/dports/cad/kicad-devel/kicad-a17a58203b33e08b966075833b177dad5740c236/3d-viewer/3d_rendering/raytracing/shapes2D/
H A Dobject_2d.h105 const SFVEC2F& GetCentroid() const { return m_centroid; } in GetCentroid()
111 SFVEC2F m_centroid; variable
/dports/cad/kicad-devel/kicad-a17a58203b33e08b966075833b177dad5740c236/3d-viewer/3d_rendering/raytracing/shapes3D/
H A Dobject_3d.h94 const SFVEC3F& GetCentroid() const { return m_centroid; } in GetCentroid()
98 SFVEC3F m_centroid; variable
H A Dplane_3d.cpp35 m_centroid = m_centerPoint; in XY_PLANE()
58 m_centroid = aCenterPoint; in XY_PLANE()
/dports/devel/love07/love-HEAD/src/modules/physics/box2d/Source/Collision/Shapes/
H A Db2PolygonShape.h118 b2Vec2 m_centroid; variable
140 return m_centroid; in GetCentroid()
/dports/devel/love5/love-0.5-0/src/box2d/Source/Collision/Shapes/
H A Db2PolygonShape.h118 b2Vec2 m_centroid; variable
140 return m_centroid; in GetCentroid()
/dports/games/numptyphysics/numptyphysics/Box2D/Source/Collision/Shapes/
H A Db2PolygonShape.h118 b2Vec2 m_centroid; variable
140 return m_centroid; in GetCentroid()
/dports/devel/upp/upp/uppsrc/plugin/box2d/
H A Db2PolygonShape.h77 b2Vec2 m_centroid; variable
88 m_centroid.SetZero(); in b2PolygonShape()

1234