abstract class Filter

Direct Known Subclasses

Defined in:

filter.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(width = 1.0) #

[View source]

Instance Method Detail

abstract def evaluate(x : Float64, y : Float64) : Float64 #

[View source]
def width_x : Float64 #

[View source]
def width_x=(width_x : Float64) #

[View source]
def width_y : Float64 #

[View source]
def width_y=(width_y : Float64) #

[View source]