C# 클래스 IrrlichtNETCP.Extensions.WindGenerator

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

공개 메소드들

메소드 설명
CreateWindGenerator ( float strength, float regularity ) : WindGenerator
Wind ( IrrlichtNETCP.Vector3D position, uint timeMs ) : IrrlichtNETCP.Vector2D
WindGenerator ( ) : System

비공개 메소드들

메소드 설명
cosInterpolater ( float a, float b, float x ) : float
fcos ( float f ) : float
fsin ( float f ) : float
noise ( float x ) : float
noiseInterpolate ( float x ) : float
rndGenerator ( int x ) : float
windSmoother ( int x ) : float

메소드 상세

CreateWindGenerator() 공개 정적인 메소드

public static CreateWindGenerator ( float strength, float regularity ) : WindGenerator
strength float
regularity float
리턴 WindGenerator

Wind() 공개 메소드

public Wind ( IrrlichtNETCP.Vector3D position, uint timeMs ) : IrrlichtNETCP.Vector2D
position IrrlichtNETCP.Vector3D
timeMs uint
리턴 IrrlichtNETCP.Vector2D

WindGenerator() 공개 메소드

public WindGenerator ( ) : System
리턴 System