Given:
- A 3d, axis aligned grid of cells with side length L.
- A plane with start position, side L and a axis aligned normal;
- A arbitrary positioned/rotated camera with variable vertical field of view
I need to check what cells lies completely behind the plane
Desired Result:
I don't know if it is relevant, but in my case, the plane start/end components will always be aligned with the grid, with exception of the component its normal is pointing to; The exemple images show a plane with normal (0, 0, -1) so the x and y components are aligned, but not z;