Package | Description |
---|---|
org.scilab.forge.scirenderer.tranformations |
Modifier and Type | Class | Description |
---|---|---|
class |
TransformationStackImpl |
Modifier and Type | Method | Description |
---|---|---|
TransformationStack |
TransformationManager.getModelViewStack() |
Return the model view matrix stack.
|
TransformationStack |
TransformationManagerImpl.getModelViewStack() |
|
TransformationStack |
TransformationManager.getProjectionStack() |
Return the projection matrix stack.
|
TransformationStack |
TransformationManagerImpl.getProjectionStack() |
Modifier and Type | Method | Description |
---|---|---|
void |
TransformationStackListener.changed(TransformationStack transformationStack,
TransformationStack.TransformationStackEvent event,
Transformation top) |
Called when an event occur in the listened transformation stack.
|