Class EllipseTest

java.lang.Object
com.irurueta.geometry.EllipseTest

class EllipseTest extends Object
  • Field Details

  • Constructor Details

    • EllipseTest

      EllipseTest()
  • Method Details

    • testConstants

      @Test void testConstants()
    • testConstructor

      @Test void testConstructor() throws ColinearPointsException
      Throws:
      ColinearPointsException
    • testGetSetCenter

      @Test void testGetSetCenter()
    • testGetSetSemiMajorAxis

      @Test void testGetSetSemiMajorAxis()
    • testGetSetSemiMinorAxis

      @Test void testGetSetSemiMinorAxis()
    • testGetSetRotationAngle

      @Test void testGetSetRotationAngle()
    • testGetSetRotation

      @Test void testGetSetRotation()
    • testGetSetA

      @Test void testGetSetA()
    • testGetSetB

      @Test void testGetSetB()
    • testGetSetC

      @Test void testGetSetC()
    • testGetSetD

      @Test void testGetSetD()
    • testGetSetE

      @Test void testGetSetE()
    • testGetSetF

      @Test void testGetSetF()
    • testSetCenterAxesAndRotationAngle

      @Test void testSetCenterAxesAndRotationAngle()
    • testSetCenterAxesAndRotation

      @Test void testSetCenterAxesAndRotation()
    • testSetParametersFromPointsCenterAndRotation

      @Test void testSetParametersFromPointsCenterAndRotation() throws ColinearPointsException
      Throws:
      ColinearPointsException
    • testSetParametersFromPoints

      @Test void testSetParametersFromPoints() throws ColinearPointsException
      Throws:
      ColinearPointsException
    • testSetParameters

      @Test void testSetParameters()
    • testGetFocus

      @Test void testGetFocus()
    • testGetSetSemiMajorAxisCoordinates

      @Test void testGetSetSemiMajorAxisCoordinates()
    • testGetSetSemiMinorAxisCoordinates

      @Test void testGetSetSemiMinorAxisCoordinates()
    • testGetSetFocusPoints

      @Test void testGetSetFocusPoints()
    • testGetEccentricity

      @Test void testGetEccentricity()
    • testGetArea

      @Test void testGetArea()
    • testGetPerimeter

      @Test void testGetPerimeter()
    • testGetCurvature

      @Test void testGetCurvature()
    • testToConic

      @Test void testToConic()
    • testSetFromConic

      @Test void testSetFromConic()
    • testSetFromCircle

      @Test void testSetFromCircle()
    • testIsInside

      @Test void testIsInside()
    • testIsLocus

      @Test void testIsLocus()
    • testGetTangentLineAt

      @Test void testGetTangentLineAt() throws NotLocusException
      Throws:
      NotLocusException
    • testSerializeDeserialize

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