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
Math::Point3D Member List

This is the complete list of members for Math::Point3D, including all inherited members.

operator+(const Vector3D &v) constMath::Point3D
operator-(const Vector3D &v) constMath::Point3D
operator-(const Point3D &p) constMath::Point3D
Point3D()Math::Point3D
Point3D(double x_, double y_, double z_)Math::Point3D
xMath::Point3D
yMath::Point3D
zMath::Point3D