A C D G H I L M N O P R S T U V

P

Point - class raytracer.internal.Point.
A representation of a point in three dimensions
Point(float, float, float) - Constructor for class raytracer.internal.Point
Creates a point at the location (x,y,z)
Point(Point) - Constructor for class raytracer.internal.Point
Copy constructor
pointAt(float) - Method in class raytracer.internal.Ray
Returns the point which is t units away (in the ray direction) from the ray starting point
prepare() - Method in class raytracer.Scene
Is called by the SceneReader after everything is read.

A C D G H I L M N O P R S T U V