class CrystalRayTracer::Plane

Defined in:

crystal_ray_tracer/plane.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(_norm : Vector, offset : Float64, _surface : Surface) #

[View source]

Instance Method Detail

def intersect(ray) #

[View source]
def normal(pos) : CrystalRayTracer::Vector #

[View source]

[View source]