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 Transformation
TransformationFactory.getAffineTransformation
(Vector3d s, Vector3d t) Return an affine transformation aX + bstatic Transformation
TransformationFactory.getPreferredAspectRatioTransformation
(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.