TinyRaytracer 0.1
A simple C++ raytracer
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
AABB Class Reference

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 IntervalgetAxis (int n) const
 
int longestAxis () const
 
bool hit (const Ray &r) const
 

Public Attributes

Interval x
 
Interval y
 
Interval z
 

The documentation for this class was generated from the following file: