edu.stanford.rsl.konrad.physics
Class PhysicalPoint
java.lang.Object
edu.stanford.rsl.konrad.geometry.shapes.simple.PointND
edu.stanford.rsl.konrad.geometry.shapes.simple.SortablePoint
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
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 |
PhysicalPoint
public PhysicalPoint(PointND p)
PhysicalPoint
public PhysicalPoint(SimpleVector add)
PhysicalPoint
public PhysicalPoint(double... d)
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)