Uses of Class
org.scilab.forge.scirenderer.tranformations.DegenerateMatrixException
Packages that use DegenerateMatrixException
-
Uses of DegenerateMatrixException in org.scilab.forge.scirenderer.tranformations
Methods in org.scilab.forge.scirenderer.tranformations that throw DegenerateMatrixExceptionModifier and TypeMethodDescriptionstatic TransformationTransformationFactory.getAffineTransformation(Vector3d s, Vector3d t) Return an affine transformation aX + bstatic TransformationTransformationFactory.getPreferredAspectRatioTransformation(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.