C# 클래스 Dwarrowdelf.ShadowCastRecursiveStrict

파일 보기 프로젝트 열기: tomba/dwarrowdelf

공개 메소드들

메소드 설명
Calculate ( IntVector2 viewerLocation, int visionRange, Grid2D visibilityMap, IntSize2 mapSize, bool>.Func blockerDelegate ) : void

비공개 메소드들

메소드 설명
Calculate ( SCRData &data, int startColumn, int octant, double startSlope, double endSlope, int id ) : void
OctantTranslate ( IntVector2 p, int octant ) : IntVector2

메소드 상세

Calculate() 공개 정적인 메소드

public static Calculate ( IntVector2 viewerLocation, int visionRange, Grid2D visibilityMap, IntSize2 mapSize, bool>.Func blockerDelegate ) : void
viewerLocation IntVector2
visionRange int
visibilityMap Grid2D
mapSize IntSize2
blockerDelegate bool>.Func
리턴 void