Handbook
Glossary
sphere-b ( v ray -- b )
Vocabulary
benchmark
.
raytracer-simd
Inputs
v
an
object
ray
an
object
Outputs
b
an
object
Definition
USING:
accessors
math.vectors
;
IN:
benchmark.raytracer-simd
:
sphere-b
( v ray -- b )
dir>>
vdot
;
inline