![]() |
PhotoGENius V1.0.0
A basic library for generating photorealistic images, developed for the course Numerical techniques for photorealistic image generation.
|
An interface representing an observer. Interface for camera: the method FireRay will be implemented in two different ways by OrthogonalCamera and PerspectiveCamera. More...
Public Member Functions | |
Ray | FireRay (float u, float v) |
Transformation | GetTransf () |
void | SetTransf (Transformation tr) |
An interface representing an observer. Interface for camera: the method FireRay will be implemented in two different ways by OrthogonalCamera and PerspectiveCamera.
Ray PGENLib.ICamera.FireRay | ( | float | u, |
float | v | ||
) |
Implemented in PGENLib.OrthogonalCamera, and PGENLib.PerspectiveCamera.