edu.stanford.rsl.konrad.physics
Class PhysicalPoint

java.lang.Object
  extended by edu.stanford.rsl.konrad.geometry.shapes.simple.PointND
      extended by edu.stanford.rsl.konrad.geometry.shapes.simple.SortablePoint
          extended by edu.stanford.rsl.konrad.physics.PhysicalPoint
All Implemented Interfaces:
Transformable, java.io.Serializable, java.lang.Comparable<SortablePoint>

public class PhysicalPoint
extends SortablePoint

See Also:
Serialized Form

Constructor Summary
PhysicalPoint(double... d)
           
PhysicalPoint(PointND p)
           
PhysicalPoint(SimpleVector add)
           
 
Method Summary
 boolean equals(PhysicalPoint p)
           
 PhysicalObject getObject()
           
 void setObject(PhysicalObject object)
           
 
Methods inherited from class edu.stanford.rsl.konrad.geometry.shapes.simple.SortablePoint
compareTo, getSortIndex, setSortIndex
 
Methods inherited from class edu.stanford.rsl.konrad.geometry.shapes.simple.PointND
applyTransform, clone, equals, euclideanDistance, get, getAbstractVector, getCoordinates, getDimension, set, setCoordinates, toString, updateIfHigher, updateIfLower
 
Methods inherited from class java.lang.Object
getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

PhysicalPoint

public PhysicalPoint(PointND p)

PhysicalPoint

public PhysicalPoint(SimpleVector add)

PhysicalPoint

public PhysicalPoint(double... d)
Method Detail

setObject

public void setObject(PhysicalObject object)
Parameters:
object - the object to set

getObject

public PhysicalObject getObject()
Returns:
the object

equals

public boolean equals(PhysicalPoint p)