Package edu.tufts.hrilab.map
Class MapObject
java.lang.Object
edu.tufts.hrilab.map.MapObject
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
javax.vecmath.Point2d
int
getFloor()
int
getID()
javax.vecmath.Quat4d
List<javax.vecmath.Point2d>
javax.vecmath.Matrix4d
getPose()
javax.vecmath.Point3d
int
hashCode()
boolean
asks if this MapObject is of a certain typevoid
setOrientation
(javax.vecmath.Quat4d orientation) void
setPosition
(javax.vecmath.Point3d newCenter) void
setReferenceId
(Symbol refId) toString()
-
Field Details
-
log
protected static org.slf4j.Logger log
-
-
Constructor Details
-
MapObject
-
-
Method Details
-
getID
public int getID() -
getProperty
-
getFloor
public int getFloor() -
getPosition
public javax.vecmath.Point3d getPosition() -
setPosition
public void setPosition(javax.vecmath.Point3d newCenter) -
getPose
public javax.vecmath.Matrix4d getPose() -
getOrientation
public javax.vecmath.Quat4d getOrientation() -
setOrientation
public void setOrientation(javax.vecmath.Quat4d orientation) -
getCenterPixel
public javax.vecmath.Point2d getCenterPixel() -
getPixels
-
setReferenceId
-
getReferenceId
-
toString
-
isA
asks if this MapObject is of a certain type- Parameters:
property
- objecty type to check for- Returns:
- true if MapObject is of type property, false otherwise
-
equals
-
hashCode
public int hashCode()
-