C# Class LibNoise.Modifiers.CurveOutput

Inheritance: System.Math, IModule
ファイルを表示 Open project: MadoxLabs/NoiseTool Class Usage Examples

Public Properties

Property Type Description
ControlPoints List

Public Methods

Method Description
CurveOutput ( IModule sourceModule ) : System
FindInsertionPos ( double inputValue ) : int
GetValue ( double x, double y, double z ) : double

Method Details

CurveOutput() public method

public CurveOutput ( IModule sourceModule ) : System
sourceModule IModule
return System

FindInsertionPos() public method

public FindInsertionPos ( double inputValue ) : int
inputValue double
return int

GetValue() public method

public GetValue ( double x, double y, double z ) : double
x double
y double
z double
return double

Property Details

ControlPoints public_oe property

public List ControlPoints
return List