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::Point Class Reference

#include <ConfigParser.hpp>

Public Member Functions

 Point ()
 

Public Attributes

Math::Point3D position
 

Detailed Description

Definition at line 47 of file ConfigParser.hpp.

Constructor & Destructor Documentation

◆ Point()

Config::Point::Point ( )
inline

Definition at line 50 of file ConfigParser.hpp.

50: position() {}
Math::Point3D position

References position.

Member Data Documentation

◆ position

Math::Point3D Config::Point::position

Definition at line 49 of file ConfigParser.hpp.


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