Class CircleTest

java.lang.Object
com.irurueta.geometry.CircleTest

class CircleTest extends Object
  • Field Details

  • Constructor Details

    • CircleTest

      CircleTest()
  • Method Details

    • testConstants

      @Test void testConstants()
    • testConstructor

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

      @Test void testGetSetCenter()
    • testGetSetRadius

      @Test void testGetSetRadius()
    • testSetCenterAndRadius

      @Test void testSetCenterAndRadius()
    • testSetParametersFromPoints

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

      @Test void testArea()
    • testPerimeter

      @Test void testPerimeter()
    • testCurvature

      @Test void testCurvature()
    • testIsInside

      @Test void testIsInside()
    • testSignedDistanceDistanceAndIsLocus

      @Test void testSignedDistanceDistanceAndIsLocus()
    • testClosestPointAndIsLocus

      @Test void testClosestPointAndIsLocus() throws UndefinedPointException
      Throws:
      UndefinedPointException
    • testGetTangentLineAt

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

      @Test void testToConic() throws com.irurueta.algebra.WrongSizeException
      Throws:
      com.irurueta.algebra.WrongSizeException
    • testSetFromConic

      @Test void testSetFromConic()
    • testSerializeDeserialize

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