C# 클래스 LibNoise.FastMath

파일 보기 프로젝트 열기: MadoxLabs/NoiseTool

공개 메소드들

메소드 설명
FastMath ( ) : System
FastMath ( int seed ) : System
GradientCoherentNoise ( double x, double y, double z, int seed, NoiseQuality noiseQuality ) : double

메소드 상세

FastMath() 공개 메소드

public FastMath ( ) : System
리턴 System

FastMath() 공개 메소드

public FastMath ( int seed ) : System
seed int
리턴 System

GradientCoherentNoise() 공개 메소드

public GradientCoherentNoise ( double x, double y, double z, int seed, NoiseQuality noiseQuality ) : double
x double
y double
z double
seed int
noiseQuality NoiseQuality
리턴 double