aardvark-platform / aardvark.algodat

Aardvark.Algodat contains advanced geometric and photometric data structures and algorithms. It is part of the open-source Aardvark Platform for visual computing, real-time graphics, and visualization.
https://aardvarkians.com/
GNU Affero General Public License v3.0
34 stars 6 forks source link

GetClosestToLine:How to implement 2dline filtering for point clouds by Aardvark.Geometry.PointTree #30

Open YNBTools opened 4 months ago

YNBTools commented 4 months ago

Aardvark.Geometry.PointSet: How to implement line2d filtering for point clouds by Aardvark.Geometry.PointTree? is use GetClosestToLine。 I want to implement using line2d to get all points within a specified projection distance from that line2d。 It would be nice to add a parameter that projects onto the XY plane.