Uses of Class
org.scilab.forge.scirenderer.tranformations.DegenerateMatrixException
-
Packages that use DegenerateMatrixException Package Description org.scilab.forge.scirenderer.tranformations -
-
Uses of DegenerateMatrixException in org.scilab.forge.scirenderer.tranformations
Methods in org.scilab.forge.scirenderer.tranformations that throw DegenerateMatrixException Modifier and Type Method Description static TransformationTransformationFactory. getAffineTransformation(Vector3d s, Vector3d t)Return an affine transformation aX + bstatic 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. getScaleTransformation(double s)Return a scale transformation.static TransformationTransformationFactory. getScaleTransformation(double x, double y, double z)Return a scale transformation.
-