C# 클래스 LibNoise.Combiner.Power

Noise module that raises the output value from the left source module to the power of the output value from the right source module.
상속: CombinerModule, IModule3D
파일 보기 프로젝트 열기: everbytes/LibNoise

공개 메소드들

메소드 설명
GetValue ( float x, float y, float z ) : float

Generates an output value given the coordinates of the specified input value.

Power ( ) : System
Power ( IModule left, IModule right ) : System

메소드 상세

GetValue() 공개 메소드

Generates an output value given the coordinates of the specified input value.
public GetValue ( float x, float y, float z ) : float
x float The input coordinate on the x-axis.
y float The input coordinate on the y-axis.
z float The input coordinate on the z-axis.
리턴 float

Power() 공개 메소드

public Power ( ) : System
리턴 System

Power() 공개 메소드

public Power ( IModule left, IModule right ) : System
left IModule
right IModule
리턴 System