struct CrystalRayTracer::Ray

Defined in:

crystal_ray_tracer.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(start : Vector, dir : Vector) #

[View source]

Instance Method Detail

def clone #

[View source]
def copy_with(start _start = @start, dir _dir = @dir) #

[View source]
def dir : Vector #

def start : Vector #