Class AffineParameters2DTest

java.lang.Object
com.irurueta.geometry.AffineParameters2DTest

class AffineParameters2DTest extends Object
  • Field Details

  • Constructor Details

    • AffineParameters2DTest

      AffineParameters2DTest()
  • Method Details

    • testConstructors

      @Test void testConstructors() throws com.irurueta.algebra.WrongSizeException
      Throws:
      com.irurueta.algebra.WrongSizeException
    • testGetSetScaleX

      @Test void testGetSetScaleX()
    • testGetSetScaleY

      @Test void testGetSetScaleY()
    • testSetScale

      @Test void testSetScale()
    • testGetSetSkewness

      @Test void testGetSetSkewness()
    • testAsMatrix

      @Test void testAsMatrix() throws com.irurueta.algebra.WrongSizeException
      Throws:
      com.irurueta.algebra.WrongSizeException
    • testFromMatrixAndIsValidMatrix

      @Test void testFromMatrixAndIsValidMatrix() throws com.irurueta.algebra.WrongSizeException
      Throws:
      com.irurueta.algebra.WrongSizeException
    • testSerializeDeserialize

      @Test void testSerializeDeserialize() throws IOException, ClassNotFoundException
      Throws:
      IOException
      ClassNotFoundException