Package | Description |
---|---|
org.scilab.forge.scirenderer.tranformations |
Modifier and Type | Class and Description |
---|---|
class |
TransformationStackImpl |
Modifier and Type | Method and 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 and Description |
---|---|
void |
TransformationStackListener.changed(TransformationStack transformationStack,
TransformationStack.TransformationStackEvent event,
Transformation top)
Called when an event occur in the listened transformation stack.
|