PhotoGENius V1.0.0
A basic library for generating photorealistic images, developed for the course Numerical techniques for photorealistic image generation.
Public Member Functions | Public Attributes | List of all members
PGENLib.Tuple Struct Reference

Public Member Functions

 Tuple ()
 Empty constructor.
 
 Tuple (Vec e1, Vec e2, Vec e3)
 Constructor with float parameters. More...
 

Public Attributes

Vec e1
 
Vec e2
 
Vec e3
 

Constructor & Destructor Documentation

◆ Tuple()

PGENLib.Tuple.Tuple ( Vec  e1,
Vec  e2,
Vec  e3 
)

Constructor with float parameters.

Parameters
e1
e2
e3

The documentation for this struct was generated from the following file: