Ray Tracer Common Project
Image rendering program based on the ray tracing technique.
sources
core
rect.hpp
1
16
#pragma once
17
18
#include <SDL/SDL.h>
19
20
namespace
rt
{
28
typedef
SDL_Rect
rect
;
29
}
30
rt::rect
SDL_Rect rect
Rectangle.
Definition:
rect.hpp:28
rt
Definition:
bitmap.cpp:4
Generated on Fri Jan 26 2018 17:51:57 for Ray Tracer Common Project by
1.8.15