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
Config::Plane Class Reference

#include <ConfigParser.hpp>

Public Member Functions

 Plane ()
 

Public Attributes

char axis
 
double position
 
Color color
 

Detailed Description

Definition at line 39 of file ConfigParser.hpp.

Constructor & Destructor Documentation

◆ Plane()

Config::Plane::Plane ( )
inline

Definition at line 44 of file ConfigParser.hpp.

44: axis('Z'), position(0.0), color() {}

References axis, color, and position.

Member Data Documentation

◆ axis

char Config::Plane::axis

Definition at line 41 of file ConfigParser.hpp.

◆ color

Color Config::Plane::color

Definition at line 43 of file ConfigParser.hpp.

◆ position

double Config::Plane::position

Definition at line 42 of file ConfigParser.hpp.


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