Skip to content

WIP: Optimise inside bounds checks

Andreas Salzburger requested to merge 666-optimise-inside-bounds into master

Closes #666 (closed)

This is rationalising:

  • the calls to transform(...) should be kept low (reuse if possible)
  • the information that a position is actually on the surface is used in the intersect(...) method

Merge request reports