meshlib 3.0.4.121__py38.py39.py310.py311.py312.py313-none-manylinux_2_31_x86_64.whl → 3.0.5.215__py38.py39.py310.py311.py312.py313-none-manylinux_2_31_x86_64.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.

Potentially problematic release.


This version of meshlib might be problematic. Click here for more details.

meshlib/mrcudapy.pyi CHANGED
@@ -66,6 +66,10 @@ class PointsProjector(meshlib.mrmeshpy.IPointsProjector):
66
66
  """
67
67
  computes the closest points on point cloud to given points
68
68
  """
69
+ def projectionsHeapBytes(self, numProjections: int) -> int:
70
+ """
71
+ Returns amount of additional memory needed to compute projections
72
+ """
69
73
  def setPointCloud(self, pointCloud: meshlib.mrmeshpy.PointCloud) -> None:
70
74
  """
71
75
  sets the reference point cloud
meshlib/mrcudapy.so CHANGED
Binary file
meshlib/mrmeshnumpy.so CHANGED
Binary file