Uses of Class
com.irurueta.geometry.NonSymmetricMatrixException
Packages that use NonSymmetricMatrixException
Package
Description
This package contains classes to work with basic geometric entities such as
2D or 3D points, lines, planes, 2D or 3D triangles or polygons, circles,
spheres, rotations, transformations etc.
-
Uses of NonSymmetricMatrixException in com.irurueta.geometry
Methods in com.irurueta.geometry that throw NonSymmetricMatrixExceptionModifier and TypeMethodDescriptionfinal voidBaseConic.setParameters(com.irurueta.algebra.Matrix m) This method sets the matrix used for describing a base conic.final voidBaseConic.setParameters(com.irurueta.algebra.Matrix m, double symmetricThreshold) This method sets the matrix used for describing a base conic.final voidBaseQuadric.setParameters(com.irurueta.algebra.Matrix m) This method sets the matrix used for describing a base quadric.final voidBaseQuadric.setParameters(com.irurueta.algebra.Matrix m, double symmetricThreshold) This method sets the matrix used for describing a base quadric.voidTransforms a conic using this transformation and stores the result into provided output conic.voidTransforms a dual conic using this transformation and stores the result into provided output dual conic.voidAffineTransformation3D.transform(DualQuadric inputDualQuadric, DualQuadric outputDualQuadric) Transforms a dual quadric using this transformation and stores the result into provided output dual quadric.voidTransforms a quadric using this transformation and stores the result into provided output quadric.voidTransforms a conic using this transformation and stores the result into provided output conic.voidTransforms a dual conic using this transformation and stores the result into provided output dual conic.voidEuclideanTransformation3D.transform(DualQuadric inputDualQuadric, DualQuadric outputDualQuadric) Transforms a dual quadric using this transformation and stores the result into provided output dual quadric.voidTransforms a quadric using this transformation and stores the result into provided output quadric.voidTransforms a conic using this transformation and stores the result into provided output conic.voidTransforms a dual conic using this transformation and stores the result into provided output dual conic.voidProjectiveTransformation3D.transform(DualQuadric inputDualQuadric, DualQuadric outputDualQuadric) Transforms a dual quadric using this transformation and stores the result into provided output dual quadric.voidTransforms a quadric using this transformation and stores the result into provided output quadric.voidTransforms and updates provided conic.abstract voidTransforms a conic using this transformation and stores the result into provided output conic.voidTransforms and updates a dual conic using this transformation.abstract voidTransforms a dual conic using this transformation and stores the result into provided output dual conic.voidTransformation3D.transform(DualQuadric dualQuadric) Transforms and updates a dual quadric using this transformation.abstract voidTransformation3D.transform(DualQuadric inputDualQuadric, DualQuadric outputDualQuadric) Transforms a dual quadric using this transformation and stores the result into provided output dual quadric.voidTransforms and updates provided quadric.abstract voidTransforms a quadric using this transformation and stores the result into provided output quadric.Transformation2D.transformAndReturnNew(Conic inputConic) Transforms a conic using this transformation and returns a new one.Transformation2D.transformAndReturnNew(DualConic inputDualConic) Transforms a dual conic using this transformation and returns a new one.Transformation3D.transformAndReturnNew(DualQuadric inputDualQuadric) Transforms a dual quadric using this transformation and returns a new one.Transformation3D.transformAndReturnNew(Quadric inputQuadric) Transforms a quadric using this transformation and returns a new one.Constructors in com.irurueta.geometry that throw NonSymmetricMatrixExceptionModifierConstructorDescriptionprotectedBaseConic(com.irurueta.algebra.Matrix m) Constructor.protectedBaseQuadric(com.irurueta.algebra.Matrix m) Constructor.Conic(com.irurueta.algebra.Matrix m) This method sets the matrix used to describe a conic.DualConic(com.irurueta.algebra.Matrix m) This method sets the matrix used to describe a dual conic.DualQuadric(com.irurueta.algebra.Matrix m) This method sets the matrix used to describe a dual quadric.Quadric(com.irurueta.algebra.Matrix m) Constructor of this class.