C# Class Delaunay.Triangle

三角形.
Inheritance: Delaunay.PathfindingNode
Afficher le fichier Open project: ngarside/UnityDelaunay Class Usage Examples

Méthodes publiques

Méthode Description
Dispose ( ) : void
Triangle ( Site a, Site b, Site c ) : System

Method Details

Dispose() public méthode

public Dispose ( ) : void
Résultat void

Triangle() public méthode

public Triangle ( Site a, Site b, Site c ) : System
a Site
b Site
c Site
Résultat System