C# Class Trigrad.DataTypes.Sample

Afficher le fichier Open project: ruarai/Trigrad Class Usage Examples

Méthodes publiques

Свойство Type Description
Color Pixel
NewColor Pixel
Optimised bool
Point Point
Triangles List

Méthodes publiques

Méthode Description
DepthNeighbours ( int depth ) : List
Equals ( object obj ) : bool
GetHashCode ( ) : int
OnEdge ( int width, int height ) : bool
Sample ( Point p, Pixel c ) : System

Private Methods

Méthode Description
depthSelect ( Sample sample, int depth, List parents = null ) : List

Method Details

DepthNeighbours() public méthode

public DepthNeighbours ( int depth ) : List
depth int
Résultat List

Equals() public méthode

public Equals ( object obj ) : bool
obj object
Résultat bool

GetHashCode() public méthode

public GetHashCode ( ) : int
Résultat int

OnEdge() public méthode

public OnEdge ( int width, int height ) : bool
width int
height int
Résultat bool

Sample() public méthode

public Sample ( Point p, Pixel c ) : System
p Point
c Pixel
Résultat System

Property Details

Color public_oe property

public Pixel Color
Résultat Pixel

NewColor public_oe property

public Pixel NewColor
Résultat Pixel

Optimised public_oe property

public bool Optimised
Résultat bool

Point public_oe property

public Point Point
Résultat Point

Triangles public_oe property

public List Triangles
Résultat List