|
Tachyon (current)
Current Main Branch
|
Go to the source code of this file.
Data Structures | |
| struct | box |
| axis-aligned box definition More... | |
Functions | |
| box * | newbox (void *tex, vector min, vector max) |
| void | box_intersect (const box *, ray *) |
| void | box_normal (const box *, const vector *, const ray *, vector *) |
| void box_intersect | ( | const box * | , |
| ray * | |||
| ) |
| void box_normal | ( | const box * | , |
| const vector * | , | ||
| const ray * | , | ||
| vector * | |||
| ) |
| box* newbox | ( | void * | tex, |
| vector | min, | ||
| vector | max | ||
| ) |
Definition at line 40 of file box.c.
References box_methods, box::max, and box::min.
Referenced by newscalarvol(), and rt_box().
1.8.14