Voronoi.HalfEdge.GetStartPoint C# (CSharp) Method

GetStartPoint() public method

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