org.sunflow.core.filter

Class BoxFilter

Implemented Interfaces:
Filter

public class BoxFilter
extends java.lang.Object
implements Filter

Constructor Summary

BoxFilter(float size)

Method Summary

float
get(float x, float y)
float
getSize()

Constructor Details

BoxFilter

public BoxFilter(float size)

Method Details

get

public float get(float x,
                 float y)
Specified by:
get in interface Filter

getSize

public float getSize()
Specified by:
getSize in interface Filter