Package org.opentrafficsim.animation.gtu
Interface PerceptionAnimation.PerceptionData
- Enclosing class:
- PerceptionAnimation
Perception animation data.
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final recordData required per channel.static enumRadius type. -
Field Summary
Fields inherited from interface org.opentrafficsim.base.geometry.OtsShape
DEFAULT_POLYGON_SEGMENTS, WORLD_MARGIN_LINE -
Method Summary
Modifier and TypeMethodDescriptionReturns the channels.org.djunits.value.vdouble.scalar.LengthReturns the forward delta from the reference to the center of the channel animation.Methods inherited from interface org.opentrafficsim.base.geometry.OtsShape
contains, contains, getAbsoluteBounds, getAbsoluteContour, getAbsoluteContour, getDirZ, getLocation, getRelativeBounds, getRelativeContour, signedDistance, signedDistance
-
Method Details
-
getDeltaCenterX
org.djunits.value.vdouble.scalar.Length getDeltaCenterX()Returns the forward delta from the reference to the center of the channel animation. This value may be negative.- Returns:
- forward delta from the reference to the center of the channel animation
-
getChannels
Set<PerceptionAnimation.PerceptionData.ChannelData> getChannels()Returns the channels.- Returns:
- channels
-