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;
        }