C# 클래스 Trigrad.Renderers.ShapeFill

상속: IFill
파일 보기 프로젝트 열기: ruarai/Trigrad

공개 프로퍼티들

프로퍼티 타입 설명
ShapeFunction double>.Func

공개 메소드들

메소드 설명
Fill ( SampleTri t, PixelMap map ) : void
ShapeFill ( double>.Func function ) : System
ShapeFill ( int sides ) : System

비공개 메소드들

메소드 설명
dist ( Point a, Point b ) : double

메소드 상세

Fill() 공개 메소드

public Fill ( SampleTri t, PixelMap map ) : void
t SampleTri
map PixelMapSharp.PixelMap
리턴 void

ShapeFill() 공개 메소드

public ShapeFill ( double>.Func function ) : System
function double>.Func
리턴 System

ShapeFill() 공개 메소드

public ShapeFill ( int sides ) : System
sides int
리턴 System

프로퍼티 상세

ShapeFunction 공개적으로 프로퍼티

public Func ShapeFunction
리턴 double>.Func