C# Class Voronoi.Cell

A cell has an infinite amount of points that are all connected to eachother
Afficher le fichier Open project: jesta88/Unity-Voronoi Class Usage Examples

Méthodes publiques

Свойство Type Description
closeMe bool
halfEdges List
site Point

Méthodes publiques

Méthode Description
Cell ( Point site ) : System
GetBounds ( ) : Bounds
GetNeighborIds ( ) : List
Init ( Point site ) : Cell
PointIntersection ( float x, float y ) : int
Prepare ( ) : int

Method Details

Cell() public méthode

public Cell ( Point site ) : System
site Point
Résultat System

GetBounds() public méthode

public GetBounds ( ) : Bounds
Résultat Bounds

GetNeighborIds() public méthode

public GetNeighborIds ( ) : List
Résultat List

Init() public méthode

public Init ( Point site ) : Cell
site Point
Résultat Cell

PointIntersection() public méthode

public PointIntersection ( float x, float y ) : int
x float
y float
Résultat int

Prepare() public méthode

public Prepare ( ) : int
Résultat int

Property Details

closeMe public_oe property

public bool closeMe
Résultat bool

halfEdges public_oe property

public List halfEdges
Résultat List

site public_oe property

public Point site
Résultat Point