public interface PerceivedObject3D extends PerceivedObject
Copyright (c) 2013-2019 Delft University of Technology, PO Box 5, 2600 AA, Delft, the Netherlands. All rights reserved.
BSD-style license. See OpenTrafficSim License.
Modifier and Type | Method and Description |
---|---|
Length |
getPerceivedDistance()
Get the perceived distance to the object.
|
OTSPoint3D |
getPerceivedLocation()
Get the perceived location of the object.
|
Direction3D |
getPerceivedMovingDirection()
Get the perceived absolute 3D moving angle.
|
Angle3D |
getPerceivedRelativeMovingDirection()
Get the perceived 3D moving angle from our reference point to the object.
|
Speed |
getPerceivedSpeed()
Get the perceived speed of the object.
|
Speed3D |
getPerceivedSpeed3D()
Get the perceived speed of the object, split into movement in the X, Y, and Z direction.
|
getId
Length getPerceivedDistance()
OTSPoint3D getPerceivedLocation()
Angle3D getPerceivedRelativeMovingDirection()
Direction3D getPerceivedMovingDirection()
Speed getPerceivedSpeed()
Speed3D getPerceivedSpeed3D()
Copyright © 2014–2019 Delft University of Technology. All rights reserved.