abstract class Hittable

Direct Known Subclasses

Defined in:

hittable.cr

Instance Method Summary

Instance Method Detail

abstract def bounding_box(time0 : Float64, time1 : Float64) : AaBb | Nil #

[View source]
abstract def hit(r : Ray, t_min : Float64, t_max : Float64) : HitRecord | Nil #

[View source]