Paramdigma / Core

Paramdigma.Core — Architectural Geometry Library for .Net
MIT License
9 stars 0 forks source link

Intersection Methods #9

Open AlanRynne opened 4 years ago

AlanRynne commented 4 years ago

Add as many intersection methods as possible, starting with the simplest ray casting. Ideally this should be done taking advantage of parallel tasks in order to gain performance, but this must be benchmarked.

Things I could program directly:

This list must be completed...