Voronoi.HalfEdge.GetEndPoint C# (CSharp) Method

GetEndPoint() public method

public GetEndPoint ( ) : Point
return Point
        public Point GetEndPoint()
        {
            return this.edge.lSite == this.site ? this.edge.vb : this.edge.va;
        }