public class SetOrientationEvent extends VisualEvent
| Constructor and Description |
|---|
SetOrientationEvent(java.lang.Object source,
java.lang.String affectedSpatialObjectName,
Quat4d orientation,
TimeInstant occurredTime)
Constructs a SetOrientationEvent.
|
| Modifier and Type | Method and Description |
|---|---|
Quat4d |
getOrientation()
Gets the orientation to be set by this event.
|
getOccurredTime, getTargetNamepublic SetOrientationEvent(java.lang.Object source,
java.lang.String affectedSpatialObjectName,
Quat4d orientation,
TimeInstant occurredTime)
source - The object on which the event initially occurred.affectedSpatialObjectName - The name of the object who's
orientation should be set.orientation - The orientation should be set.occurredTime - The TimeInstant when the event occurred.