Class PlaneTest

java.lang.Object
com.irurueta.geometry.PlaneTest

class PlaneTest extends Object
  • Field Details

  • Constructor Details

    • PlaneTest

      PlaneTest()
  • Method Details

    • testConstants

      @Test void testConstants()
    • testConstructor

      @Test void testConstructor() throws com.irurueta.algebra.WrongSizeException, com.irurueta.algebra.NotReadyException, com.irurueta.algebra.LockedException, com.irurueta.algebra.DecomposerException, com.irurueta.algebra.NotAvailableException, ColinearPointsException, IllegalArgumentException, ParallelVectorsException
      Throws:
      com.irurueta.algebra.WrongSizeException
      com.irurueta.algebra.NotReadyException
      com.irurueta.algebra.LockedException
      com.irurueta.algebra.DecomposerException
      com.irurueta.algebra.NotAvailableException
      ColinearPointsException
      IllegalArgumentException
      ParallelVectorsException
    • testGettersAndSetters

      @Test void testGettersAndSetters()
    • testSetParametersFromThreePoints

      @Test void testSetParametersFromThreePoints() throws com.irurueta.algebra.WrongSizeException, com.irurueta.algebra.NotReadyException, com.irurueta.algebra.LockedException, com.irurueta.algebra.DecomposerException, com.irurueta.algebra.NotAvailableException, ColinearPointsException
      Throws:
      com.irurueta.algebra.WrongSizeException
      com.irurueta.algebra.NotReadyException
      com.irurueta.algebra.LockedException
      com.irurueta.algebra.DecomposerException
      com.irurueta.algebra.NotAvailableException
      ColinearPointsException
    • testSetParametersFrom1PointAnd2Vectors

      @Test void testSetParametersFrom1PointAnd2Vectors() throws com.irurueta.algebra.WrongSizeException, IllegalArgumentException, ParallelVectorsException
      Throws:
      com.irurueta.algebra.WrongSizeException
      IllegalArgumentException
      ParallelVectorsException
    • testSetParametersFrom1PointAndDirectorVector

      @Test void testSetParametersFrom1PointAndDirectorVector() throws com.irurueta.algebra.WrongSizeException
      Throws:
      com.irurueta.algebra.WrongSizeException
    • testIsLocus

      @Test void testIsLocus() throws com.irurueta.algebra.WrongSizeException, com.irurueta.algebra.NotReadyException, com.irurueta.algebra.LockedException, com.irurueta.algebra.DecomposerException, com.irurueta.algebra.NotAvailableException
      Throws:
      com.irurueta.algebra.WrongSizeException
      com.irurueta.algebra.NotReadyException
      com.irurueta.algebra.LockedException
      com.irurueta.algebra.DecomposerException
      com.irurueta.algebra.NotAvailableException
    • testSignedDistance

      @Test void testSignedDistance() throws com.irurueta.algebra.WrongSizeException, com.irurueta.algebra.NotReadyException, com.irurueta.algebra.LockedException, com.irurueta.algebra.DecomposerException, com.irurueta.algebra.NotAvailableException
      Throws:
      com.irurueta.algebra.WrongSizeException
      com.irurueta.algebra.NotReadyException
      com.irurueta.algebra.LockedException
      com.irurueta.algebra.DecomposerException
      com.irurueta.algebra.NotAvailableException
    • testAsArray

      @Test void testAsArray()
    • testNormalize

      @Test void testNormalize()
    • testDirectorVector

      @Test void testDirectorVector()
    • testIntersection

      @Test void testIntersection() throws com.irurueta.algebra.WrongSizeException, com.irurueta.algebra.NotReadyException, com.irurueta.algebra.NotAvailableException, com.irurueta.algebra.LockedException, com.irurueta.algebra.DecomposerException, NoIntersectionException, ColinearPointsException
      Throws:
      com.irurueta.algebra.WrongSizeException
      com.irurueta.algebra.NotReadyException
      com.irurueta.algebra.NotAvailableException
      com.irurueta.algebra.LockedException
      com.irurueta.algebra.DecomposerException
      NoIntersectionException
      ColinearPointsException
    • testClosestPoint

      @Test void testClosestPoint() throws com.irurueta.algebra.WrongSizeException, com.irurueta.algebra.NotReadyException, com.irurueta.algebra.LockedException, com.irurueta.algebra.DecomposerException, com.irurueta.algebra.NotAvailableException, ColinearPointsException
      Throws:
      com.irurueta.algebra.WrongSizeException
      com.irurueta.algebra.NotReadyException
      com.irurueta.algebra.LockedException
      com.irurueta.algebra.DecomposerException
      com.irurueta.algebra.NotAvailableException
      ColinearPointsException
    • testDotProduct

      @Test void testDotProduct()
    • testEqualsAndHashCode

      @Test void testEqualsAndHashCode()
    • testCreateCanonicalPlaneAtInfinity

      @Test void testCreateCanonicalPlaneAtInfinity()
    • testSetAsCanonicalPlaneAtInfinity

      @Test void testSetAsCanonicalPlaneAtInfinity()
    • testSerializeDeserialize

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