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

south() 공개 메소드

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