Home
last modified time | relevance | path

Searched refs:outrad (Results 1 – 2 of 2) sorted by relevance

/oneTBB/examples/parallel_for/tachyon/src/
H A Dring.cpp65 object *newring(void *tex, vector ctr, vector norm, flt inrad, flt outrad) { in newring() argument
76 r->outrad = outrad; in newring()
84 min->x = r->ctr.x - r->outrad; in ring_bbox()
85 min->y = r->ctr.y - r->outrad; in ring_bbox()
86 min->z = r->ctr.z - r->outrad; in ring_bbox()
87 max->x = r->ctr.x + r->outrad; in ring_bbox()
88 max->y = r->ctr.y + r->outrad; in ring_bbox()
89 max->z = r->ctr.z + r->outrad; in ring_bbox()
110 if ((td > rng->inrad) && (td < rng->outrad)) in ring_intersect()
H A Dring.hpp63 flt outrad; member