physics
Class GeometryReference

java.lang.Object
  extended by physics.GeometryImpl
      extended by physics.SimpleGeometry
          extended by physics.GeometryReference
All Implemented Interfaces:
GeometryInterface

public class GeometryReference
extends SimpleGeometry

GeometryReference is a reference implementation of GeometryInterface which can be used to check results from other implementations. This class is intended for debugging.

See Also:
Geometry

Field Summary
 
Fields inherited from class physics.GeometryImpl
maximumForesight, searchSlices
 
Constructor Summary
GeometryReference()
           
 
Method Summary
 
Methods inherited from class physics.SimpleGeometry
restrictSearchInterval
 
Methods inherited from class physics.GeometryImpl
applyReflectionCoeff, distanceSquared, distanceSquared, minQuadraticSolution, perpendicularPoint, perpendicularPointWholeLine, quadraticSolution, reflectBalls, reflectCircle, reflectCircle, reflectRotatingCircle, reflectRotatingCircle, reflectRotatingWall, reflectRotatingWall, reflectWall, reflectWall, rotateAround, rotateAround, rotateAround, timeUntilBallBallCollision, timeUntilCircleCollision, timeUntilCircleCollision, timeUntilRotatingCircleCollision, timeUntilRotatingWallCollision, timeUntilWallCollision
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GeometryReference

public GeometryReference()