struct Raytracer::VisiblePoint

Defined in:

raytracers/sppm.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(point : Point, wo : Vector, bsdf : BSDF, throughput : ::Color) #

[View source]

Instance Method Detail

def bsdf : BSDF #

def clone #

[View source]
def point : Point #

def throughput : ::Color #

def wo : Vector #