Toggle navigation
Hot Examples
JP
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
検索
Home
LibNoise
FastPerlin
C# Class LibNoise.FastPerlin
Inheritance:
FastMath
,
IModule
ファイルを表示
Open project: MadoxLabs/NoiseTool
Class Usage Examples
Public Methods
Method
Description
FastPerlin
( ) :
System
FastPerlin
(
int
seed
) :
System
GetValue
(
double
x
,
double
y
,
double
z
) :
double
Method Details
FastPerlin()
public
method
public
FastPerlin
( ) :
System
return
System
FastPerlin()
public
method
public
FastPerlin
(
int
seed
) :
System
seed
int
return
System
GetValue()
public
method
public
GetValue
(
double
x
,
double
y
,
double
z
) :
double
x
double
y
double
z
double
return
double