aima.util
Class Calculator

java.lang.Object
  extended by aima.util.Calculator

public class Calculator
extends java.lang.Object


Constructor Summary
Calculator()
           
 
Method Summary
static int calculateSquareOfDistanceBetweenLocations(XYLocation loc1, XYLocation loc2)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Calculator

public Calculator()
Method Detail

calculateSquareOfDistanceBetweenLocations

public static int calculateSquareOfDistanceBetweenLocations(XYLocation loc1,
                                                            XYLocation loc2)