Uses of Interface
org.scilab.forge.scirenderer.tranformations.Transformation
-
-
Uses of Transformation in org.scilab.forge.scirenderer.clipping
Methods in org.scilab.forge.scirenderer.clipping that return Transformation Modifier and Type Method Description TransformationClippingPlane. getTransformation()Return the coordinate transformation for the plane.Methods in org.scilab.forge.scirenderer.clipping with parameters of type Transformation Modifier and Type Method Description voidClippingPlane. setTransformation(Transformation transformation)Set the coordinate transformation for the plane. -
Uses of Transformation in org.scilab.forge.scirenderer.implementation.g2d.clipping
Methods in org.scilab.forge.scirenderer.implementation.g2d.clipping that return Transformation Modifier and Type Method Description TransformationG2DClippingPlane. getTransformation()Methods in org.scilab.forge.scirenderer.implementation.g2d.clipping with parameters of type Transformation Modifier and Type Method Description voidG2DClippingPlane. setTransformation(Transformation transformation) -
Uses of Transformation in org.scilab.forge.scirenderer.implementation.g2d.motor
Methods in org.scilab.forge.scirenderer.implementation.g2d.motor that return Transformation Modifier and Type Method Description TransformationMotor3D. getCurrentSingleTransformation()TransformationMotor3D. getCurrentTransformation()Methods in org.scilab.forge.scirenderer.implementation.g2d.motor with parameters of type Transformation Modifier and Type Method Description voidMotor3D. setTransformation(Transformation transf, Transformation single)Set the current transformationConstructors in org.scilab.forge.scirenderer.implementation.g2d.motor with parameters of type Transformation Constructor Description SpritedRectangle(Vector3d vertex, Transformation transf, java.awt.image.BufferedImage image, Texture.Filter filter) -
Uses of Transformation in org.scilab.forge.scirenderer.implementation.jogl.clipping
Methods in org.scilab.forge.scirenderer.implementation.jogl.clipping that return Transformation Modifier and Type Method Description TransformationJoGLClippingPlane. getTransformation()Methods in org.scilab.forge.scirenderer.implementation.jogl.clipping with parameters of type Transformation Modifier and Type Method Description voidJoGLClippingPlane. setTransformation(Transformation transformation) -
Uses of Transformation in org.scilab.forge.scirenderer.ruler
Methods in org.scilab.forge.scirenderer.ruler with parameters of type Transformation Modifier and Type Method Description RulerDrawingResultRulerDrawer. computeRuler(DrawingTools drawingTools, RulerModel model, Transformation canvasProjection)Compute different parameters on a ruler -
Uses of Transformation in org.scilab.forge.scirenderer.tranformations
Methods in org.scilab.forge.scirenderer.tranformations that return Transformation Modifier and Type Method Description static TransformationTransformationFactory. getAffineTransformation(Vector3d s, Vector3d t)Return an affine transformation aX + bTransformationTransformationManager. getCanvasProjection()Return the canvas projection matrix.TransformationTransformationManagerImpl. getCanvasProjection()TransformationTransformationManager. getG2DProjection()Return the canvas projection matrix for Graphics2D.TransformationTransformationManagerImpl. getG2DProjection()TransformationTransformationManager. getG2DSingleProjection()Return the projection matrix (no modelView).TransformationTransformationManagerImpl. getG2DSingleProjection()TransformationTransformationManager. getG2DWindowProjection()Return the window projection matrix for Graphics2D.TransformationTransformationManagerImpl. getG2DWindowProjection()static TransformationTransformationFactory. getIdentity()Return the identity transformation.TransformationTransformation. getInverseTransformation()Return the inverse transformation.TransformationTransformationManager. getInverseWindowTransformation()Return the inverse of window transformation.TransformationTransformationManagerImpl. getInverseWindowTransformation()static TransformationTransformationFactory. getOrthographic(double left, double right, double bottom, double top, double near, double far)Return an orthographic transformation.static TransformationTransformationFactory. getPerspectiveTransformation(double near, double far, double fov)Return a perspective transformation.static TransformationTransformationFactory. getPreferredAspectRatioTransformation(java.awt.Dimension dimension, double preferredRatio)Return the 'preferred aspect ratio transformation'static TransformationTransformationFactory. getRotationTransformation(double angle, double x, double y, double z)Return a rotation transformation.static TransformationTransformationFactory. getRotationTransformation(Rotation q)Return a rotation transformation.static TransformationTransformationFactory. getScaleTransformation(double s)Return a scale transformation.static TransformationTransformationFactory. getScaleTransformation(double x, double y, double z)Return a scale transformation.TransformationTransformationManager. getTransformation()Return the top scene transformation.TransformationTransformationManagerImpl. getTransformation()static TransformationTransformationFactory. getTranslateTransformation(double x, double y, double z)Return a translate transformation.TransformationTransformationManager. getWindowTransformation()Return the window transformation.TransformationTransformationManagerImpl. getWindowTransformation()TransformationTransformation. leftTimes(Transformation transformation)Return this left times the given transformation.TransformationTransformationStack. peek()Return the top transformation.TransformationTransformationStackImpl. peek()TransformationTransformationStack. pop()Pop one matrix on the stack.TransformationTransformationStackImpl. pop()TransformationTransformation. rightTimes(Transformation transformation)Return this right times the given transformation.Methods in org.scilab.forge.scirenderer.tranformations with parameters of type Transformation Modifier and Type Method Description voidTransformationStackListener. changed(TransformationStack transformationStack, TransformationStack.TransformationStackEvent event, Transformation top)Called when an event occur in the listened transformation stack.protected voidTransformationStackImpl. fireChanged(TransformationStack.TransformationStackEvent event, Transformation top)Fire a change event.TransformationTransformation. leftTimes(Transformation transformation)Return this left times the given transformation.voidTransformationStack. push(Transformation transformation)Push the given transformation on the stack.voidTransformationStackImpl. push(Transformation transformation)voidTransformationStack. pushLeftMultiply(Transformation transformation)Push the given transformation left time the peek on the stack.voidTransformationStackImpl. pushLeftMultiply(Transformation transformation)voidTransformationStack. pushRightMultiply(Transformation transformation)Push the given transformation right time the peek on the stack.voidTransformationStackImpl. pushRightMultiply(Transformation transformation)TransformationTransformation. rightTimes(Transformation transformation)Return this right times the given transformation.
-