Phongo Clap RT  1.0
Simple Raytracing Renderer
Classes | Namespaces
Plane.h File Reference

Implements the interface for creating a plane shape and the methods for finding its intersections. More...

#include "Shape.h"
#include "Ray.h"
#include <ngl/Vec3.h>
#include <ngl/Colour.h>
Include dependency graph for Plane.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  geo::Plane
 Inherits from shape. Implements functionability for plane shape and its materials. and the ray-plane intersections algorithms. More...
 

Namespaces

 geo
 

Detailed Description

Implements the interface for creating a plane shape and the methods for finding its intersections.

Author
Ramon Blanquer

Definition in file Plane.h.