Home
last modified time | relevance | path

Searched refs:computePoint (Results 1 – 10 of 10) sorted by relevance

/dports/math/jts/jts-jts-1.18.1/modules/core/src/test/java/org/locationtech/jts/noding/
H A DSegmentPointComparatorFullTest.java94 private Coordinate computePoint(LineSegment seg, double dist) in computePoint() method in SegmentPointComparatorFullTest
106 Coordinate p0 = computePoint(seg, dist0); in checkPointsAtDistance()
107 Coordinate p1 = computePoint(seg, dist1); in checkPointsAtDistance()
/dports/graphics/geos/geos-3.9.1/tests/unit/noding/
H A DSegmentPointComparatorTest.cpp73 computePoint(const LineSegment& seg, double dist) in computePoint() function
88 Coordinate p0 = computePoint(seg, dist0); in checkPointsAtDistance()
89 Coordinate p1 = computePoint(seg, dist1); in checkPointsAtDistance()
/dports/multimedia/vlc/vlc-3.0.16/modules/gui/skins2/utils/
H A Dbezier.cpp67 computePoint( 0, oldx, oldy ); in Bezier()
78 computePoint( percentage, cx, cy ); in Bezier()
214 void Bezier::computePoint( float t, int &x, int &y ) const in computePoint() function in Bezier
H A Dbezier.hpp97 void computePoint( float t, int &x, int &y ) const;
/dports/graphics/pcl-pointclouds/pcl-pcl-1.12.0/gpu/people/src/cuda/
H A Delec.cu95 …__device__ __forceinline__ float3 computePoint(unsigned short depth, int x, int y, const Intr& int… in computePoint() function
124 float3 point = computePoint(d, x, y, intr); in computeEdgesKernel()
130 float3 pl = computePoint(depth.ptr(y)[x-1], x-1, y, intr); in computeEdgesKernel()
138 float3 pr = computePoint(depth.ptr(y)[x+1], x+1, y, intr); in computeEdgesKernel()
146 float3 pu = computePoint(depth.ptr(y-1)[x], x, y-1, intr); in computeEdgesKernel()
154 float3 pd = computePoint(depth.ptr(y+1)[x], x, y+1, intr); in computeEdgesKernel()
H A Ddevice.h58 …__device__ __forceinline__ float3 computePoint(unsigned short depth, int x, int y, const Intr& int… in computePoint() function
/dports/graphics/pcl-pointclouds/pcl-pcl-1.12.0/features/include/pcl/features/impl/
H A D3dsc.hpp133 pcl::ShapeContext3DEstimation<PointInT, PointNT, PointOutT>::computePoint ( in computePoint() function in pcl::ShapeContext3DEstimation
270 if (!computePoint (point_index, *normals_, output[point_index].rf, descriptor)) in computeFeature()
/dports/graphics/pcl-pointclouds/pcl-pcl-1.12.0/features/include/pcl/features/
H A D3dsc.h179computePoint (std::size_t index, const pcl::PointCloud<PointNT> &normals, float rf[9], std::vector…
/dports/cad/opencascade/opencascade-7.6.0/src/ChFi2d/
H A DChFi2d_Builder_0.cxx687 GCPnts_AbscissaPoint computePoint(cc, D, first); in ComputePoint() local
688 Param = computePoint.Parameter(); in ComputePoint()
691 GCPnts_AbscissaPoint computePoint(cc, D, last); in ComputePoint() local
692 Param = computePoint.Parameter(); in ComputePoint()
/dports/misc/openvdb/openvdb-9.0.0/openvdb/openvdb/tools/
H A DVolumeToMesh.h1033 computePoint(const std::vector<double>& values, unsigned char signs, in computePoint() function
1391 points.push_back(computePoint(values, signs, uint8_t(n), iso)); in computeCellPoints()
1437 points.push_back(computePoint(rhsValues, rhsSigns, e, iso)); in computeCellPoints()
1442 points.push_back(computePoint(lhsValues, lhsSigns, uint8_t(n), iso)); in computeCellPoints()