AIMA.Core.Util.DataStructure.XYLocation.east C# (CSharp) 메소드

east() 공개 메소드

public east ( ) : XYLocation
리턴 XYLocation
        public XYLocation east()
        {
            return new XYLocation(xCoOrdinate + 1, yCoOrdinate);
        }