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
RayTracerException Class Reference

#include <Exception.hpp>

Inheritance diagram for RayTracerException:

Public Member Functions

 RayTracerException (const std::string &msg)
 

Detailed Description

Definition at line 11 of file Exception.hpp.

Constructor & Destructor Documentation

◆ RayTracerException()

RayTracerException::RayTracerException ( const std::string & msg)
inlineexplicit

Definition at line 13 of file Exception.hpp.

13: std::runtime_error(msg) {}

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