Package | Description |
---|---|
desmoj.extensions.space3D |
Objects in a 3D space and relevant motion operations.
|
desmoj.extensions.visualEvents |
Events having an impact to 3D motion.
|
Modifier and Type | Method and Description |
---|---|
Rotation |
MovableSpatialEntity.getCurrentRotation() |
Rotation |
MovableSpatialObject.getCurrentRotation()
Gets the current Rotation object.
|
Rotation |
MovableSpatialSimProcess.getCurrentRotation() |
Modifier and Type | Method and Description |
---|---|
Rotation |
RotateEvent.getRotation()
Gets the Rotation object.
|
Constructor and Description |
---|
RotateEvent(java.lang.Object source,
java.lang.String rotaterName,
Rotation rotation,
TimeInstant occurredTime)
Constructs a RotationEvent.
|