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 Transformation
TransformationFactory. getAffineTransformation(Vector3d s, Vector3d t)
Return an affine transformation aX + bstatic Transformation
TransformationFactory. getPreferredAspectRatioTransformation(java.awt.Dimension dimension, double preferredRatio)
Return the 'preferred aspect ratio transformation'static Transformation
TransformationFactory. getRotationTransformation(double angle, double x, double y, double z)
Return a rotation transformation.static Transformation
TransformationFactory. getScaleTransformation(double s)
Return a scale transformation.static Transformation
TransformationFactory. getScaleTransformation(double x, double y, double z)
Return a scale transformation.
-