Class EllipsoidTest

java.lang.Object
com.irurueta.geometry.EllipsoidTest

class EllipsoidTest extends Object
  • Field Details

  • Constructor Details

    • EllipsoidTest

      EllipsoidTest()
  • Method Details

    • testConstructor

      @Test void testConstructor()
    • testGetSetCenter

      @Test void testGetSetCenter()
    • testGetSetSemiAxesLengths

      @Test void testGetSetSemiAxesLengths()
    • testGetSetRotation

      @Test void testGetSetRotation()
    • testSetCenterAxesAndRotation

      @Test void testSetCenterAxesAndRotation()
    • testGetVolume

      @Test void testGetVolume()
    • testGetSurface

      @Test void testGetSurface()
    • testToQuadric

      @Test void testToQuadric() throws GeometryException
      Throws:
      GeometryException
    • testSerializeDeserialize

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