C# 클래스 Drought.World.HeightMap

파일 보기 프로젝트 열기: kiniry-teaching/UCD 1 사용 예제들

공개 메소드들

메소드 설명
HeightMap ( Level theLevel ) : System
HeightMap ( int width, int height ) : System
clone ( ) : HeightMap
getHeight ( float x, float y ) : float
getMapHeight ( ) : int
getMapWidth ( ) : int
getPositionAt ( float x, float y ) : Vector3
initalise ( ) : void
setHeight ( float x, float y, float height ) : void

비공개 메소드들

메소드 설명
distanceFromALine ( float pX, float pY, float lX0, float lY0, float lX1, float lY1 ) : float

메소드 상세

HeightMap() 공개 메소드

public HeightMap ( Level theLevel ) : System
theLevel Level
리턴 System

HeightMap() 공개 메소드

public HeightMap ( int width, int height ) : System
width int
height int
리턴 System

clone() 공개 메소드

public clone ( ) : HeightMap
리턴 HeightMap

getHeight() 공개 메소드

public getHeight ( float x, float y ) : float
x float
y float
리턴 float

getMapHeight() 공개 메소드

public getMapHeight ( ) : int
리턴 int

getMapWidth() 공개 메소드

public getMapWidth ( ) : int
리턴 int

getPositionAt() 공개 메소드

public getPositionAt ( float x, float y ) : Vector3
x float
y float
리턴 Vector3

initalise() 공개 메소드

public initalise ( ) : void
리턴 void

setHeight() 공개 메소드

public setHeight ( float x, float y, float height ) : void
x float
y float
height float
리턴 void