Voronoi.HalfEdge.GetStartPoint C# (CSharp) Méthode

GetStartPoint() public méthode

public GetStartPoint ( ) : Point
Résultat Point
        public Point GetStartPoint()
        {
            return this.edge.lSite == this.site ? this.edge.va : this.edge.vb;
        }