C# Class Voronoi.Surface

Afficher le fichier Open project: jesta88/Unity-Voronoi

Protected Properties

Свойство Type Description
points List

Méthodes publiques

Méthode Description
AddPoints ( Point points ) : void
GetPoints ( ) : List
GetPonderation ( float distance, float min, float max ) : float

Method Details

AddPoints() public méthode

public AddPoints ( Point points ) : void
points Point
Résultat void

GetPoints() public méthode

public GetPoints ( ) : List
Résultat List

GetPonderation() public méthode

public GetPonderation ( float distance, float min, float max ) : float
distance float
min float
max float
Résultat float

Property Details

points protected_oe property

protected List points
Résultat List