C# 클래스 Trigrad.DataTypes.Sample

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

공개 프로퍼티들

프로퍼티 타입 설명
Color Pixel
NewColor Pixel
Optimised bool
Point Point
Triangles List

공개 메소드들

메소드 설명
DepthNeighbours ( int depth ) : List
Equals ( object obj ) : bool
GetHashCode ( ) : int
OnEdge ( int width, int height ) : bool
Sample ( Point p, Pixel c ) : System

비공개 메소드들

메소드 설명
depthSelect ( Sample sample, int depth, List parents = null ) : List

메소드 상세

DepthNeighbours() 공개 메소드

public DepthNeighbours ( int depth ) : List
depth int
리턴 List

Equals() 공개 메소드

public Equals ( object obj ) : bool
obj object
리턴 bool

GetHashCode() 공개 메소드

public GetHashCode ( ) : int
리턴 int

OnEdge() 공개 메소드

public OnEdge ( int width, int height ) : bool
width int
height int
리턴 bool

Sample() 공개 메소드

public Sample ( Point p, Pixel c ) : System
p Point
c Pixel
리턴 System

프로퍼티 상세

Color 공개적으로 프로퍼티

public Pixel Color
리턴 Pixel

NewColor 공개적으로 프로퍼티

public Pixel NewColor
리턴 Pixel

Optimised 공개적으로 프로퍼티

public bool Optimised
리턴 bool

Point 공개적으로 프로퍼티

public Point Point
리턴 Point

Triangles 공개적으로 프로퍼티

public List Triangles
리턴 List