|
TinyRaytracer 0.1
A simple C++ raytracer
|
Public Member Functions | |
| AABB (const Interval &x, const Interval &y, const Interval &z) | |
| AABB (const point3 &a, const point3 &b) | |
| AABB (const point3 &a, const point3 &b, const point3 &c) | |
| AABB (const AABB &a, const AABB &b) | |
| const Interval & | getAxis (int n) const |
| int | longestAxis () const |
| bool | hit (const Ray &r) const |
Public Attributes | |
| Interval | x |
| Interval | y |
| Interval | z |