RayTracer 1.0
Ray tracing is a technique used to generate realistic digital images by simulating the inverse path of light. Our goal is to create a program able to generate an image from a file describing the scene.
 
Loading...
Searching...
No Matches
RayTracer::Rectangle3D Member List

This is the complete list of members for RayTracer::Rectangle3D, including all inherited members.

bottom_sideRayTracer::Rectangle3D
left_sideRayTracer::Rectangle3D
originRayTracer::Rectangle3D
pointAt(double u, double v) constRayTracer::Rectangle3D
Rectangle3D()RayTracer::Rectangle3D
Rectangle3D(Math::Point3D _o, Math::Vector3D _bs, Math::Vector3D _ls)RayTracer::Rectangle3D