Package | Description |
---|---|
agi.foundation.graphics |
Provides commonly used and instantiated graphics types related to 3D scene management, terrain and imagery, and more.
|
Modifier and Type | Method and Description |
---|---|
ModelTransformation |
ModelArticulation.get(int index)
Gets the
transformation at the given index. |
ModelTransformation |
ModelArticulation.get(String name)
Gets a
transformation by name. |
ModelTransformation |
ModelArticulation.getByName(String name)
Gets a
transformation by name. |
Modifier and Type | Method and Description |
---|---|
Iterator<ModelTransformation> |
ModelArticulation.iterator()
Returns the enumerator for this collection.
|