Home
last modified time | relevance | path

Searched refs:pointsIn (Results 1 – 22 of 22) sorted by relevance

/dports/graphics/opencv/opencv-4.5.3/modules/core/misc/objc/test/
H A DConvertersTest.swift14 let pointsOut = Converters.Mat_to_vector_Point(Converters.vector_Point_to_Mat(pointsIn)) in testPoint2iToMat()
15 XCTAssertEqual(pointsIn, pointsOut) in testPoint2iToMat()
20 let pointsOut = Converters.Mat_to_vector_Point2f(Converters.vector_Point2f_to_Mat(pointsIn)) in testPoint2fToMat()
21 XCTAssertEqual(pointsIn, pointsOut) in testPoint2fToMat()
26 let pointsOut = Converters.Mat_to_vector_Point2d(Converters.vector_Point2d_to_Mat(pointsIn)) in testPoint2dToMat()
27 XCTAssertEqual(pointsIn, pointsOut) in testPoint2dToMat()
32 let pointsOut = Converters.Mat_to_vector_Point3i(Converters.vector_Point3i_to_Mat(pointsIn)) in testPoint3iToMat()
33 XCTAssertEqual(pointsIn, pointsOut) in testPoint3iToMat()
38 let pointsOut = Converters.Mat_to_vector_Point3f(Converters.vector_Point3f_to_Mat(pointsIn)) in testPoint3fToMat()
39 XCTAssertEqual(pointsIn, pointsOut) in testPoint3fToMat()
[all …]
/dports/devel/bullet/bullet3-3.21/src/Bullet3Collision/NarrowPhaseCollision/shared/
H A Db3NewContactReduction.h124 __global b3Float4* pointsIn = &worldVertsB2[pairIndex * vertexFaceCapacity]; in b3NewContactReductionKernel() local
127 … int nReducedContacts = b3ExtractManifoldSequentialGlobal(pointsIn, nPoints, normal, &contactIdx); in b3NewContactReductionKernel()
154 c->m_worldPosB[3] = pointsIn[contactIdx.w]; in b3NewContactReductionKernel()
156 c->m_worldPosB[2] = pointsIn[contactIdx.z]; in b3NewContactReductionKernel()
158 c->m_worldPosB[1] = pointsIn[contactIdx.y]; in b3NewContactReductionKernel()
160 c->m_worldPosB[0] = pointsIn[contactIdx.x]; in b3NewContactReductionKernel()
/dports/devel/py-bullet3/bullet3-3.21/src/Bullet3Collision/NarrowPhaseCollision/shared/
H A Db3NewContactReduction.h124 __global b3Float4* pointsIn = &worldVertsB2[pairIndex * vertexFaceCapacity]; in b3NewContactReductionKernel() local
127 … int nReducedContacts = b3ExtractManifoldSequentialGlobal(pointsIn, nPoints, normal, &contactIdx); in b3NewContactReductionKernel()
154 c->m_worldPosB[3] = pointsIn[contactIdx.w]; in b3NewContactReductionKernel()
156 c->m_worldPosB[2] = pointsIn[contactIdx.z]; in b3NewContactReductionKernel()
158 c->m_worldPosB[1] = pointsIn[contactIdx.y]; in b3NewContactReductionKernel()
160 c->m_worldPosB[0] = pointsIn[contactIdx.x]; in b3NewContactReductionKernel()
/dports/devel/godot/godot-3.2.3-stable/thirdparty/bullet/Bullet3Collision/NarrowPhaseCollision/shared/
H A Db3NewContactReduction.h124 __global b3Float4* pointsIn = &worldVertsB2[pairIndex * vertexFaceCapacity]; in b3NewContactReductionKernel() local
127 … int nReducedContacts = b3ExtractManifoldSequentialGlobal(pointsIn, nPoints, normal, &contactIdx); in b3NewContactReductionKernel()
154 c->m_worldPosB[3] = pointsIn[contactIdx.w]; in b3NewContactReductionKernel()
156 c->m_worldPosB[2] = pointsIn[contactIdx.z]; in b3NewContactReductionKernel()
158 c->m_worldPosB[1] = pointsIn[contactIdx.y]; in b3NewContactReductionKernel()
160 c->m_worldPosB[0] = pointsIn[contactIdx.x]; in b3NewContactReductionKernel()
/dports/devel/godot-tools/godot-3.2.3-stable/thirdparty/bullet/Bullet3Collision/NarrowPhaseCollision/shared/
H A Db3NewContactReduction.h124 __global b3Float4* pointsIn = &worldVertsB2[pairIndex * vertexFaceCapacity]; in b3NewContactReductionKernel() local
127 … int nReducedContacts = b3ExtractManifoldSequentialGlobal(pointsIn, nPoints, normal, &contactIdx); in b3NewContactReductionKernel()
154 c->m_worldPosB[3] = pointsIn[contactIdx.w]; in b3NewContactReductionKernel()
156 c->m_worldPosB[2] = pointsIn[contactIdx.z]; in b3NewContactReductionKernel()
158 c->m_worldPosB[1] = pointsIn[contactIdx.y]; in b3NewContactReductionKernel()
160 c->m_worldPosB[0] = pointsIn[contactIdx.x]; in b3NewContactReductionKernel()
/dports/math/cgal/CGAL-5.3/examples/Triangulation/
H A Ddelaunay_triangulation.cpp17 double pointsIn[][7] = { in main() local
34 T::Point p(&pointsIn[j][0], &pointsIn[j][7]); in main()
/dports/cad/veroroute/VeroRoute/Src/
H A DSpanningTreeHelper.h32 …static inline void Build(const std::list<QPointF>& pointsIn, std::list<LINE>& linesOut, const bool…
39 const size_t N = pointsIn.size();
45 for (const auto& o: pointsIn) v[i++] = o;
/dports/games/frogatto/frogatto-1.3.1/modules/cube_trains/data/object_prototypes/
H A Dct-track.cfg41 …SolveToPoint: "def(key, solver, pointsIn, track, next) #Key for data in track_points. Solver is …
42 …if(pointsIn <= maxPixIn, { #PointsIn is how many points we are into the track. This is norm…
43 …'pos' -> solver(key, pointsIn, track, track=next), #Track is, basically, are we on the 0th track …
44 'pixels' -> pointsIn,
51 pointsIn - maxPixIn,
/dports/devel/bullet/bullet3-3.21/src/Bullet3OpenCL/NarrowphaseCollision/kernels/
H A DsatClipHullContacts.cl837 localPoints[i] = pointsIn[i];
951 float4* pointsIn = localContactsOut;
990 c->m_worldPosB[i] = pointsIn[contactIdx[i]];
1097 float4* pointsIn = localContactsOut;
1123 c->m_worldPosB[i] = pointsIn[contactIdx[i]];
1407 float4* pointsIn = localContactsOut;
1433 c->m_worldPosB[i] = pointsIn[contactIdx[i]];
1862 c->m_worldPosB[3] = pointsIn[contactIdx.w];
1864 c->m_worldPosB[2] = pointsIn[contactIdx.z];
1866 c->m_worldPosB[1] = pointsIn[contactIdx.y];
[all …]
/dports/devel/godot-tools/godot-3.2.3-stable/thirdparty/bullet/Bullet3OpenCL/NarrowphaseCollision/kernels/
H A DsatClipHullContacts.cl837 localPoints[i] = pointsIn[i];
951 float4* pointsIn = localContactsOut;
990 c->m_worldPosB[i] = pointsIn[contactIdx[i]];
1097 float4* pointsIn = localContactsOut;
1123 c->m_worldPosB[i] = pointsIn[contactIdx[i]];
1407 float4* pointsIn = localContactsOut;
1433 c->m_worldPosB[i] = pointsIn[contactIdx[i]];
1862 c->m_worldPosB[3] = pointsIn[contactIdx.w];
1864 c->m_worldPosB[2] = pointsIn[contactIdx.z];
1866 c->m_worldPosB[1] = pointsIn[contactIdx.y];
[all …]
/dports/devel/py-bullet3/bullet3-3.21/src/Bullet3OpenCL/NarrowphaseCollision/kernels/
H A DsatClipHullContacts.cl837 localPoints[i] = pointsIn[i];
951 float4* pointsIn = localContactsOut;
990 c->m_worldPosB[i] = pointsIn[contactIdx[i]];
1097 float4* pointsIn = localContactsOut;
1123 c->m_worldPosB[i] = pointsIn[contactIdx[i]];
1407 float4* pointsIn = localContactsOut;
1433 c->m_worldPosB[i] = pointsIn[contactIdx[i]];
1862 c->m_worldPosB[3] = pointsIn[contactIdx.w];
1864 c->m_worldPosB[2] = pointsIn[contactIdx.z];
1866 c->m_worldPosB[1] = pointsIn[contactIdx.y];
[all …]
/dports/devel/godot/godot-3.2.3-stable/thirdparty/bullet/Bullet3OpenCL/NarrowphaseCollision/kernels/
H A DsatClipHullContacts.cl837 localPoints[i] = pointsIn[i];
951 float4* pointsIn = localContactsOut;
990 c->m_worldPosB[i] = pointsIn[contactIdx[i]];
1097 float4* pointsIn = localContactsOut;
1123 c->m_worldPosB[i] = pointsIn[contactIdx[i]];
1407 float4* pointsIn = localContactsOut;
1433 c->m_worldPosB[i] = pointsIn[contactIdx[i]];
1862 c->m_worldPosB[3] = pointsIn[contactIdx.w];
1864 c->m_worldPosB[2] = pointsIn[contactIdx.z];
1866 c->m_worldPosB[1] = pointsIn[contactIdx.y];
[all …]
/dports/misc/openvdb/openvdb-9.0.0/openvdb/openvdb/tools/
H A DLevelSetRebuild.h100 PointListTransform(const PointList& pointsIn, std::vector<Vec3s>& pointsOut, in PointListTransform() argument
102 : mPointsIn(pointsIn) in PointListTransform()
H A DMeshToVolume.h516 TransformPoints(const PointType* pointsIn, PointType* pointsOut, in TransformPoints()
518 : mPointsIn(pointsIn), mPointsOut(pointsOut), mXform(&xform) in TransformPoints()
H A DVolumeToMesh.h2849 PointListCopy(const PointList& pointsIn, std::vector<Vec3s>& pointsOut) in PointListCopy() argument
2850 : mPointsIn(pointsIn) , mPointsOut(pointsOut) in PointListCopy()
/dports/math/vtk9/VTK-9.1.0/ThirdParty/vtkm/vtkvtkm/vtk-m/vtkm/worklet/
H A DVertexClustering.h61 const PointsInVecType& pointsIn) const in operator()
69 return pointsIn[pointsIn.GetNumberOfComponents() / 2]; in operator()
/dports/math/vtk8/VTK-8.2.0/ThirdParty/vtkm/vtk-m/vtkm/worklet/
H A DVertexClustering.h71 const PointsInVecType& pointsIn) const in operator()
79 return pointsIn[pointsIn.GetNumberOfComponents() / 2]; in operator()
/dports/cad/openroad/OpenROAD-2.0/src/TritonRoute/src/db/obj/
H A DfrShape.h307 void setPoints(const std::vector<frPoint>& pointsIn) { points_ = pointsIn; } in setPoints() argument
/dports/devel/bullet/bullet3-3.21/src/Bullet3OpenCL/NarrowphaseCollision/
H A Db3ConvexHullContact.cpp1988 float4* pointsIn = localContactsOut; in clipCompoundsHullHullKernel() local
1996 int nReducedContacts = extractManifoldSequentialGlobal(pointsIn, nPoints, normal, &contactIdx); in clipCompoundsHullHullKernel()
2015 c->m_worldPosB[i] = pointsIn[contactIdx.s[i]]; in clipCompoundsHullHullKernel()
/dports/devel/py-bullet3/bullet3-3.21/src/Bullet3OpenCL/NarrowphaseCollision/
H A Db3ConvexHullContact.cpp1988 float4* pointsIn = localContactsOut; in clipCompoundsHullHullKernel() local
1996 int nReducedContacts = extractManifoldSequentialGlobal(pointsIn, nPoints, normal, &contactIdx); in clipCompoundsHullHullKernel()
2015 c->m_worldPosB[i] = pointsIn[contactIdx.s[i]]; in clipCompoundsHullHullKernel()
/dports/devel/godot/godot-3.2.3-stable/thirdparty/bullet/Bullet3OpenCL/NarrowphaseCollision/
H A Db3ConvexHullContact.cpp1988 float4* pointsIn = localContactsOut; in clipCompoundsHullHullKernel() local
1996 int nReducedContacts = extractManifoldSequentialGlobal(pointsIn, nPoints, normal, &contactIdx); in clipCompoundsHullHullKernel()
2015 c->m_worldPosB[i] = pointsIn[contactIdx.s[i]]; in clipCompoundsHullHullKernel()
/dports/devel/godot-tools/godot-3.2.3-stable/thirdparty/bullet/Bullet3OpenCL/NarrowphaseCollision/
H A Db3ConvexHullContact.cpp1988 float4* pointsIn = localContactsOut; in clipCompoundsHullHullKernel() local
1996 int nReducedContacts = extractManifoldSequentialGlobal(pointsIn, nPoints, normal, &contactIdx); in clipCompoundsHullHullKernel()
2015 c->m_worldPosB[i] = pointsIn[contactIdx.s[i]]; in clipCompoundsHullHullKernel()