Class AffineParameters3DTest

java.lang.Object
com.irurueta.geometry.AffineParameters3DTest

class AffineParameters3DTest extends Object
  • Field Details

  • Constructor Details

    • AffineParameters3DTest

      AffineParameters3DTest()
  • Method Details

    • testConstructors

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

      @Test void testGetSetScaleX()
    • testGetSetScaleY

      @Test void testGetSetScaleY()
    • testGetSetScaleZ

      @Test void testGetSetScaleZ()
    • testSetScale

      @Test void testSetScale()
    • testGetSetSkewnessXY

      @Test void testGetSetSkewnessXY()
    • testGetSetSkewnessXZ

      @Test void testGetSetSkewnessXZ()
    • testGetSetSkewnessYZ

      @Test void testGetSetSkewnessYZ()
    • 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