Handbook
Glossary
group
Vocabulary
benchmark
.
raytracer
Definition
USING:
arrays
;
IN:
benchmark.raytracer
TUPLE:
group
<
sphere
{
objs
array
read-only
initial:
{
}
}
;
Methods
USING:
accessors
benchmark.raytracer
kernel
sequences
;
M:
group
intersect-scene
[
drop
objs>>
[
intersect-scene
]
with
each
]
if-ray-sphere
;