|
class | Plane |
| Inherits from shape. Implements functionability for plane shape and its materials. and the ray-plane intersections algorithms. More...
|
|
class | Point |
| Holds 3D coordenates for a point in spance. More...
|
|
class | Ray |
|
class | Shape |
| Semi abstract class with virtual methods that holds all the calls for getting intersections, getting normals, also for specifying the properties of the material that will be hold by the Material member of this class. More...
|
|
class | Sphere |
| Class that hold an implicit definition of a sphere through center and radius parameters. It also implements a method for finding intersections. More...
|
|
class | Vec |
| Expanded class for the ngl::Vec3. More...
|
|