Class CoordinateTransformationTest

java.lang.Object
com.irurueta.navigation.frames.CoordinateTransformationTest

class CoordinateTransformationTest extends Object
  • Field Details

  • Constructor Details

    • CoordinateTransformationTest

      CoordinateTransformationTest()
  • Method Details

    • testConstants

      @Test void testConstants()
    • testConstructor

      @Test void testConstructor() throws com.irurueta.algebra.WrongSizeException, com.irurueta.geometry.InvalidRotationMatrixException
      Throws:
      com.irurueta.algebra.WrongSizeException
      com.irurueta.geometry.InvalidRotationMatrixException
    • testGetMatrix

      @Test void testGetMatrix() throws com.irurueta.geometry.InvalidRotationMatrixException, com.irurueta.algebra.WrongSizeException
      Throws:
      com.irurueta.geometry.InvalidRotationMatrixException
      com.irurueta.algebra.WrongSizeException
    • testSetMatrixWithThreshold

      @Test void testSetMatrixWithThreshold() throws com.irurueta.algebra.WrongSizeException, com.irurueta.geometry.InvalidRotationMatrixException
      Throws:
      com.irurueta.algebra.WrongSizeException
      com.irurueta.geometry.InvalidRotationMatrixException
    • testSetMatrixWithoutThreshold

      @Test void testSetMatrixWithoutThreshold() throws com.irurueta.algebra.WrongSizeException, com.irurueta.geometry.InvalidRotationMatrixException
      Throws:
      com.irurueta.algebra.WrongSizeException
      com.irurueta.geometry.InvalidRotationMatrixException
    • testIsValidMatrixWithThreshold

      @Test void testIsValidMatrixWithThreshold() throws com.irurueta.algebra.WrongSizeException
      Throws:
      com.irurueta.algebra.WrongSizeException
    • testIsValidMatrixWithoutThreshold

      @Test void testIsValidMatrixWithoutThreshold() throws com.irurueta.algebra.WrongSizeException
      Throws:
      com.irurueta.algebra.WrongSizeException
    • testGetSetEulerAngles

      @Test void testGetSetEulerAngles()
    • testGetSetEulerAnglesMeasurements

      @Test void testGetSetEulerAnglesMeasurements()
    • testGetSetSourceType

      @Test void testGetSetSourceType()
    • testGetSetDestinationType

      @Test void testGetSetDestinationType()
    • testAsRotation

      @Test void testAsRotation() throws com.irurueta.geometry.InvalidRotationMatrixException
      Throws:
      com.irurueta.geometry.InvalidRotationMatrixException
    • testFromRotation

      @Test void testFromRotation() throws com.irurueta.geometry.InvalidRotationMatrixException
      Throws:
      com.irurueta.geometry.InvalidRotationMatrixException
    • testCopyTo

      @Test void testCopyTo() throws com.irurueta.geometry.InvalidRotationMatrixException
      Throws:
      com.irurueta.geometry.InvalidRotationMatrixException
    • testCopyFrom

      @Test void testCopyFrom() throws com.irurueta.geometry.InvalidRotationMatrixException
      Throws:
      com.irurueta.geometry.InvalidRotationMatrixException
    • testHashCode

      @Test void testHashCode() throws com.irurueta.geometry.InvalidRotationMatrixException
      Throws:
      com.irurueta.geometry.InvalidRotationMatrixException
    • testEquals

      @Test void testEquals() throws com.irurueta.geometry.InvalidRotationMatrixException
      Throws:
      com.irurueta.geometry.InvalidRotationMatrixException
    • testEqualsWithThreshold

      @Test void testEqualsWithThreshold() throws com.irurueta.geometry.InvalidRotationMatrixException
      Throws:
      com.irurueta.geometry.InvalidRotationMatrixException
    • testInverse

      @Test void testInverse() throws com.irurueta.geometry.InvalidRotationMatrixException, com.irurueta.algebra.WrongSizeException, com.irurueta.algebra.RankDeficientMatrixException, com.irurueta.algebra.DecomposerException
      Throws:
      com.irurueta.geometry.InvalidRotationMatrixException
      com.irurueta.algebra.WrongSizeException
      com.irurueta.algebra.RankDeficientMatrixException
      com.irurueta.algebra.DecomposerException
    • testInverseAndReturnNew

      @Test void testInverseAndReturnNew() throws com.irurueta.geometry.InvalidRotationMatrixException, com.irurueta.algebra.WrongSizeException, com.irurueta.algebra.RankDeficientMatrixException, com.irurueta.algebra.DecomposerException
      Throws:
      com.irurueta.geometry.InvalidRotationMatrixException
      com.irurueta.algebra.WrongSizeException
      com.irurueta.algebra.RankDeficientMatrixException
      com.irurueta.algebra.DecomposerException
    • testEcefToNedMatrix

      @Test void testEcefToNedMatrix() throws com.irurueta.algebra.WrongSizeException
      Throws:
      com.irurueta.algebra.WrongSizeException
    • testEcefToNedCoordinateTransformationMatrix

      @Test void testEcefToNedCoordinateTransformationMatrix()
    • testNedToEcefMatrix

      @Test void testNedToEcefMatrix() throws com.irurueta.algebra.WrongSizeException
      Throws:
      com.irurueta.algebra.WrongSizeException
    • testNedToEcefCoordinateTransformationMatrix

      @Test void testNedToEcefCoordinateTransformationMatrix()
    • testEcefToEciMatrixFromTimeInterval

      @Test void testEcefToEciMatrixFromTimeInterval() throws com.irurueta.algebra.WrongSizeException
      Throws:
      com.irurueta.algebra.WrongSizeException
    • testEcefToEciMatrixFromAngle

      @Test void testEcefToEciMatrixFromAngle() throws com.irurueta.algebra.WrongSizeException
      Throws:
      com.irurueta.algebra.WrongSizeException
    • testEcefToEciCoordinateTransformationMatrixFromTimeInterval

      @Test void testEcefToEciCoordinateTransformationMatrixFromTimeInterval()
    • testEcefToEciCoordinateTransformationMatrixFromAngle

      @Test void testEcefToEciCoordinateTransformationMatrixFromAngle()
    • testEciToEcefMatrixFromTimeInterval

      @Test void testEciToEcefMatrixFromTimeInterval() throws com.irurueta.algebra.WrongSizeException, com.irurueta.algebra.RankDeficientMatrixException, com.irurueta.algebra.DecomposerException
      Throws:
      com.irurueta.algebra.WrongSizeException
      com.irurueta.algebra.RankDeficientMatrixException
      com.irurueta.algebra.DecomposerException
    • testEciToEcefMatrixFromAngle

      @Test void testEciToEcefMatrixFromAngle() throws com.irurueta.algebra.WrongSizeException
      Throws:
      com.irurueta.algebra.WrongSizeException
    • testEciToEcefCoordinateTransformationMatrixFromTimeInterval

      @Test void testEciToEcefCoordinateTransformationMatrixFromTimeInterval()
    • testEciToEcefCoordinateTransformationMatrixFromAngle

      @Test void testEciToEcefCoordinateTransformationMatrixFromAngle()
    • testClone

      @Test void testClone() throws com.irurueta.geometry.InvalidRotationMatrixException, CloneNotSupportedException
      Throws:
      com.irurueta.geometry.InvalidRotationMatrixException
      CloneNotSupportedException
    • testSerializeAndDeserialize

      @Test void testSerializeAndDeserialize() throws com.irurueta.geometry.InvalidRotationMatrixException, IOException, ClassNotFoundException
      Throws:
      com.irurueta.geometry.InvalidRotationMatrixException
      IOException
      ClassNotFoundException