Handbook
Glossary
sphere-v ( sphere ray -- v )
Vocabulary
benchmark
.
raytracer-simd
Inputs
sphere
an
object
ray
an
object
Outputs
v
an
object
Definition
USING:
accessors
kernel
math.vectors
;
IN:
benchmark.raytracer-simd
:
sphere-v
( sphere ray -- v )
[
center>>
]
[
orig>>
]
bi*
v-
;
inline