Voronoi.HalfEdge.GetEndPoint C# (CSharp) Метод

GetEndPoint() публичный Метод

public GetEndPoint ( ) : Point
Результат Point
        public Point GetEndPoint()
        {
            return this.edge.lSite == this.site ? this.edge.vb : this.edge.va;
        }