Skip to content

Implementation of Ray and Frustum

Paul Gessinger-Befurt requested to merge ray-frustum-impl into master

This MR introduces a Ray and a Frustum class. The BoundingBox gains intersect methods for these two types.

Merge request reports