public class ReferencePoint extends java.lang.Object implements IReferencePoint
Constructor and Description |
---|
ReferencePoint(org.apache.commons.math3.geometry.euclidean.threed.Vector3D localPosition,
org.apache.commons.math3.geometry.euclidean.threed.Vector3D knownPosition) |
Modifier and Type | Method and Description |
---|---|
int |
compareTo(IReferencePoint o) |
org.apache.commons.math3.geometry.euclidean.threed.Vector3D |
getKnownPosition() |
org.apache.commons.math3.geometry.euclidean.threed.Vector3D |
getLocalPosition() |
boolean |
isVisible() |
public ReferencePoint(org.apache.commons.math3.geometry.euclidean.threed.Vector3D localPosition, org.apache.commons.math3.geometry.euclidean.threed.Vector3D knownPosition)
public org.apache.commons.math3.geometry.euclidean.threed.Vector3D getLocalPosition()
getLocalPosition
in interface IReferencePoint
public org.apache.commons.math3.geometry.euclidean.threed.Vector3D getKnownPosition()
getKnownPosition
in interface IReferencePoint
public boolean isVisible()
isVisible
in interface IReferencePoint
public int compareTo(IReferencePoint o)
compareTo
in interface java.lang.Comparable<IReferencePoint>