public class PhysicalPoint extends SortablePoint
Constructor and Description |
---|
PhysicalPoint(double... d) |
PhysicalPoint(PointND p) |
PhysicalPoint(SimpleVector add) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(PhysicalPoint p) |
PhysicalObject |
getObject() |
void |
setObject(PhysicalObject object) |
compareTo, getSortIndex, setSortIndex
applyTransform, clone, equals, euclideanDistance, get, getAbstractVector, getCoordinates, getDimension, set, setCoordinates, toString, updateIfHigher, updateIfLower
public PhysicalPoint(PointND p)
public PhysicalPoint(SimpleVector add)
public PhysicalPoint(double... d)
public void setObject(PhysicalObject object)
object
- the object to setpublic PhysicalObject getObject()
public boolean equals(PhysicalPoint p)