public class RotationInterruptEvent extends VisualEvent
| Constructor and Description |
|---|
RotationInterruptEvent(java.lang.Object source,
java.lang.String affectedSpatialObjectName,
Quat4d stoppedAtOrientation,
TimeInstant occurredTime)
Constructs a RotationInterruptEvent.
|
| Modifier and Type | Method and Description |
|---|---|
Quat4d |
getStoppedAtOrientation()
Returns the orientation the performer has to have when this event occurs.
|
getOccurredTime, getTargetNamepublic RotationInterruptEvent(java.lang.Object source,
java.lang.String affectedSpatialObjectName,
Quat4d stoppedAtOrientation,
TimeInstant occurredTime)
source - The object on which the event initially occurred.affectedSpatialObjectName - The name of the object who's
rotation is interrupted.stoppedAtOrientation - The orientation the performer has to have when this event occurs.occurredTime - The TimeInstant when the event occurred.