C# Class Hyperion.Core.Interfaces.IFilter

Afficher le fichier Open project: Kintaro/Hyperion Class Usage Examples

Méthodes publiques

Свойство Type Description
invXWidth double
invYWidth double
xWidth double
yWidth double

Méthodes publiques

Méthode Description
Evaluate ( double x, double y ) : double
IFilter ( double xw, double yw ) : System

Method Details

Evaluate() public abstract méthode

public abstract Evaluate ( double x, double y ) : double
x double
y double
Résultat double

IFilter() public méthode

public IFilter ( double xw, double yw ) : System
xw double
yw double
Résultat System

Property Details

invXWidth public_oe property

public double invXWidth
Résultat double

invYWidth public_oe property

public double invYWidth
Résultat double

xWidth public_oe property

public double xWidth
Résultat double

yWidth public_oe property

public double yWidth
Résultat double