C# 클래스 fCraft.PerlinNoise

파일 보기 프로젝트 열기: fragmer/fCraft 1 사용 예제들

공개 메소드들

메소드 설명
GetNoise ( double x, double y ) : double
PerlinNoise ( Random rand, int octaves ) : System

메소드 상세

GetNoise() 공개 메소드

public GetNoise ( double x, double y ) : double
x double
y double
리턴 double

PerlinNoise() 공개 메소드

public PerlinNoise ( Random rand, int octaves ) : System
rand System.Random
octaves int
리턴 System