Home
last modified time | relevance | path

Searched refs:PlaneTest (Results 1 – 20 of 20) sorted by relevance

/dports/games/trenchbroom/TrenchBroom-ed46601/test/src/
H A DPlaneTest.cpp52 TEST(PlaneTest, anchor) { in TEST() argument
65 TEST(PlaneTest, pointStatus) { in TEST() argument
72 TEST(PlaneTest, pointDistance) { in TEST() argument
91 TEST(PlaneTest, valueAt) { in TEST() argument
105 TEST(PlaneTest, xYZValueAt) { in TEST() argument
116 TEST(PlaneTest, equals) { in TEST() argument
124 TEST(PlaneTest, transform) { in TEST() argument
127 TEST(PlaneTest, transformed) { in TEST() argument
130 TEST(PlaneTest, rotate) { in TEST() argument
133 TEST(PlaneTest, rotated) { in TEST() argument
[all …]
/dports/math/ignition-math/ignitionrobotics-ign-math-46f3dd24499c/src/
H A DPlane_TEST.cc27 TEST(PlaneTest, PlaneConstructor) in TEST() argument
45 TEST(PlaneTest, Distance) in TEST() argument
64 TEST(PlaneTest, Plane) in TEST() argument
95 TEST(PlaneTest, SidePoint) in TEST() argument
125 TEST(PlaneTest, SideAxisAlignedBox) in TEST() argument
/dports/games/trenchbroom/TrenchBroom-ed46601/test/src/Model/
H A DPlanePointFinderTest.cpp32 TEST(PlaneTest, planePointFinder) { in TEST() argument
/dports/math/apache-commons-math/commons-math3-3.6.1-src/src/test/java/org/apache/commons/math3/geometry/euclidean/threed/
H A DPlaneTest.java28 public class PlaneTest { class
/dports/devel/bullet/bullet3-3.21/src/LinearMath/
H A DbtConvexHull.cpp153 int PlaneTest(const btPlane &p, const btVector3 &v);
154 int PlaneTest(const btPlane &p, const btVector3 &v) in PlaneTest() function
167 flag |= PlaneTest(plane, convex.vertices[i]); in SplitTest()
/dports/graphics/blender/blender-2.91.0/extern/bullet2/src/LinearMath/
H A DbtConvexHull.cpp153 int PlaneTest(const btPlane &p, const btVector3 &v);
154 int PlaneTest(const btPlane &p, const btVector3 &v) in PlaneTest() function
167 flag |= PlaneTest(plane, convex.vertices[i]); in SplitTest()
/dports/games/supertuxkart/SuperTuxKart-1.2-src/lib/bullet/src/LinearMath/
H A DbtConvexHull.cpp171 int PlaneTest(const btPlane &p, const btVector3 &v);
172 int PlaneTest(const btPlane &p, const btVector3 &v) { in PlaneTest() function
182 flag |= PlaneTest(plane,convex.vertices[i]); in SplitTest()
/dports/games/critterding/critterding-beta12/src/utils/bullet/LinearMath/
H A DbtConvexHull.cpp171 int PlaneTest(const btPlane &p, const btVector3 &v);
172 int PlaneTest(const btPlane &p, const btVector3 &v) { in PlaneTest() function
182 flag |= PlaneTest(plane,convex.vertices[i]); in SplitTest()
/dports/devel/godot-tools/godot-3.2.3-stable/thirdparty/bullet/LinearMath/
H A DbtConvexHull.cpp153 int PlaneTest(const btPlane &p, const btVector3 &v);
154 int PlaneTest(const btPlane &p, const btVector3 &v) in PlaneTest() function
167 flag |= PlaneTest(plane, convex.vertices[i]); in SplitTest()
/dports/devel/godot/godot-3.2.3-stable/thirdparty/bullet/LinearMath/
H A DbtConvexHull.cpp153 int PlaneTest(const btPlane &p, const btVector3 &v);
154 int PlaneTest(const btPlane &p, const btVector3 &v) in PlaneTest() function
167 flag |= PlaneTest(plane, convex.vertices[i]); in SplitTest()
/dports/science/chrono/chrono-7.0.1/src/chrono/collision/bullet/LinearMath/
H A DbtConvexHull.cpp154 int PlaneTest(const btPlane &p, const btVector3 &v);
155 int PlaneTest(const btPlane &p, const btVector3 &v) in PlaneTest() function
168 flag |= PlaneTest(plane, convex.vertices[i]); in SplitTest()
/dports/graphics/urho3d/Urho3D-1.7.1/Source/ThirdParty/Bullet/src/LinearMath/
H A DbtConvexHull.cpp164 int PlaneTest(const btPlane &p, const btVector3 &v);
165 int PlaneTest(const btPlane &p, const btVector3 &v) { in PlaneTest() function
175 flag |= PlaneTest(plane,convex.vertices[i]); in SplitTest()
/dports/devel/py-bullet3/bullet3-3.21/src/LinearMath/
H A DbtConvexHull.cpp153 int PlaneTest(const btPlane &p, const btVector3 &v);
154 int PlaneTest(const btPlane &p, const btVector3 &v) in PlaneTest() function
167 flag |= PlaneTest(plane, convex.vertices[i]); in SplitTest()
/dports/games/OpenTomb/OpenTomb-win32-2018-02-03_alpha/extern/bullet/LinearMath/
H A DbtConvexHull.cpp164 int PlaneTest(const btPlane &p, const btVector3 &v);
165 int PlaneTest(const btPlane &p, const btVector3 &v) { in PlaneTest() function
175 flag |= PlaneTest(plane,convex.vertices[i]); in SplitTest()
/dports/devel/emscripten/emscripten-2.0.3/tests/third_party/bullet/src/LinearMath/
H A DbtConvexHull.cpp171 int PlaneTest(const btPlane &p, const btVector3 &v);
172 int PlaneTest(const btPlane &p, const btVector3 &v) { in PlaneTest() function
182 flag |= PlaneTest(plane,convex.vertices[i]); in SplitTest()
/dports/devel/bullet/bullet3-3.21/Extras/ConvexDecomposition/
H A Dcd_hull.cpp1744 int PlaneTest(const Plane &p, const REAL3 &v) in PlaneTest() function
1756 flag |= PlaneTest(plane, convex.vertices[i]); in SplitTest()
1815 …assert(COPLANAR == PlaneTest(convex.facets[convex.edges[i].p], convex.vertices[convex.edges[i].v])… in AssertIntact()
1816 …if (COPLANAR != PlaneTest(convex.facets[convex.edges[i].p], convex.vertices[convex.edges[i].v])) r… in AssertIntact()
1958 vertflag[i].planetest = PlaneTest(slice, convex.vertices[i]); in ConvexHCrop()
/dports/science/chrono/chrono-7.0.1/src/chrono/collision/gimpact/ConvexDecomposition/
H A Dcd_hull.cpp1675 int PlaneTest(const Plane &p, const REAL3 &v) { in PlaneTest() function
1684 flag |= PlaneTest(plane,convex.vertices[i]); in SplitTest()
1737 assert(COPLANAR==PlaneTest(convex.facets[convex.edges[i].p],convex.vertices[convex.edges[i].v])); in AssertIntact()
1738 …if(COPLANAR!=PlaneTest(convex.facets[convex.edges[i].p],convex.vertices[convex.edges[i].v])) retur… in AssertIntact()
1874 vertflag[i].planetest = PlaneTest(slice,convex.vertices[i]); in ConvexHCrop()
/dports/graphics/urho3d/Urho3D-1.7.1/Source/ThirdParty/StanHull/
H A Dhull.cpp1641 int PlaneTest(const Plane &p, const REAL3 &v) { in PlaneTest() function
1650 flag |= PlaneTest(plane,convex.vertices[i]); in SplitTest()
1704 assert(COPLANAR==PlaneTest(convex.facets[convex.edges[i].p],convex.vertices[convex.edges[i].v])); in AssertIntact()
1705 …if(COPLANAR!=PlaneTest(convex.facets[convex.edges[i].p],convex.vertices[convex.edges[i].v])) retur… in AssertIntact()
1845 vertflag[i].planetest = PlaneTest(slice,convex.vertices[i]); in ConvexHCrop()
/dports/devel/emscripten/emscripten-2.0.3/tests/third_party/bullet/Extras/ConvexDecomposition/
H A Dcd_hull.cpp1675 int PlaneTest(const Plane &p, const REAL3 &v) { in PlaneTest() function
1684 flag |= PlaneTest(plane,convex.vertices[i]); in SplitTest()
1737 assert(COPLANAR==PlaneTest(convex.facets[convex.edges[i].p],convex.vertices[convex.edges[i].v])); in AssertIntact()
1738 …if(COPLANAR!=PlaneTest(convex.facets[convex.edges[i].p],convex.vertices[convex.edges[i].v])) retur… in AssertIntact()
1874 vertflag[i].planetest = PlaneTest(slice,convex.vertices[i]); in ConvexHCrop()
/dports/devel/py-bullet3/bullet3-3.21/Extras/ConvexDecomposition/
H A Dcd_hull.cpp1744 int PlaneTest(const Plane &p, const REAL3 &v) in PlaneTest() function
1756 flag |= PlaneTest(plane, convex.vertices[i]); in SplitTest()
1815 …assert(COPLANAR == PlaneTest(convex.facets[convex.edges[i].p], convex.vertices[convex.edges[i].v])… in AssertIntact()
1816 …if (COPLANAR != PlaneTest(convex.facets[convex.edges[i].p], convex.vertices[convex.edges[i].v])) r… in AssertIntact()
1958 vertflag[i].planetest = PlaneTest(slice, convex.vertices[i]); in ConvexHCrop()