aardvark-platform / aardvark.base

Aardvark.Base is the foundation of the open-source Aardvark Platform for visual computing, real-time graphics, and visualization.
https://aardvarkians.com/
Apache License 2.0
153 stars 9 forks source link

fixed Hull3d ComputeCorners #29

Closed madorjan closed 6 years ago

aszabo314 commented 6 years ago

Apparently a typo, thanks

stefanmaierhofer commented 6 years ago

ComputeCorners still created duplicate corners, it also performed duplicate plane intersections. Fixed and optimized this in c3b6adbb5eda17756e3d6c87469cf90487d3efd6.

@madorjan @aszabo314

stefanmaierhofer commented 6 years ago

@madorjan Thanks for pointing out the bug!!!