struct CrystalRayTracer::Intersection

Defined in:

crystal_ray_tracer.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(thing : Thing, ray : Ray, dist : Float64) #

[View source]

Instance Method Detail

def clone #

[View source]
def copy_with(thing _thing = @thing, ray _ray = @ray, dist _dist = @dist) #

[View source]
def dist : Float64 #

def ray : Ray #

def thing : Thing #