PhotoGENius V1.0.0
A basic library for generating photorealistic images, developed for the course Numerical techniques for photorealistic image generation.
PGENLib.Ray Member List

This is the complete list of members for PGENLib.Ray, including all inherited members.

are_close(Ray a, Ray b)PGENLib.Raystatic
At(float t) (defined in PGENLib.Ray)PGENLib.Ray
Depth (defined in PGENLib.Ray)PGENLib.Ray
Dir (defined in PGENLib.Ray)PGENLib.Ray
get_Dir() (defined in PGENLib.Ray)PGENLib.Ray
get_Origin() (defined in PGENLib.Ray)PGENLib.Ray
Origin (defined in PGENLib.Ray)PGENLib.Ray
Ray()PGENLib.Ray
Ray(Point origin, Vec dir)PGENLib.Ray
Ray(Point origin, Vec dir, float tmin, float tmax=float.PositiveInfinity, int depth=0)PGENLib.Ray
Tmax (defined in PGENLib.Ray)PGENLib.Ray
Tmin (defined in PGENLib.Ray)PGENLib.Ray
Transform(Transformation tr)PGENLib.Ray