|
| void | print (string str) |
| | print a string More...
|
| |
|
void | print (int i) |
| |
|
void | print (double f) |
| |
|
void | printErr (string str) |
| |
| double | RGBtosRGB (double l) |
| | Translate color from linear RGB to sRGB. More...
|
| |
| double | sRGBtoRGB (double l) |
| | Translate color from sRGB to linear RGB. More...
|
| |
| void | setImageColor (Image &img, RGBA rgba, int x, int y) |
| | Set the Image Color at pixel (x,y) based on the RGBA input. More...
|
| |
|
double | setExpose (double c) |
| |
|
ObjectInfo | unpackIntersection (const ObjectInfo &obj, const ObjectInfo &plane) |
| |
|
std::tuple< double, double, double > | getBarycentric (const Triangle &tri, const point3 &point) |
| |
|
double | randD (double start, double end) |
| |
|
double | standerdD (double stddev) |
| |
|
point3 | spherePoint () |
| |