Class ECEFVelocityTest

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

class ECEFVelocityTest extends Object
  • Field Details

  • Constructor Details

    • ECEFVelocityTest

      ECEFVelocityTest()
  • Method Details

    • testConstructor

      @Test void testConstructor()
    • testGetSetVx

      @Test void testGetSetVx()
    • testGetSetVy

      @Test void testGetSetVy()
    • testGetSetVz

      @Test void testGetSetVz()
    • testSetCoordinates

      @Test void testSetCoordinates()
    • testGetSetSpeedX

      @Test void testGetSetSpeedX()
    • testGetSetSpeedY

      @Test void testGetSetSpeedY()
    • testGetSetSpeedZ

      @Test void testGetSetSpeedZ()
    • testSetSpeedCoordinates

      @Test void testSetSpeedCoordinates()
    • testGetNorm

      @Test void testGetNorm()
    • testCopyTo

      @Test void testCopyTo()
    • testCopyFrom

      @Test void testCopyFrom()
    • testAsArray

      @Test void testAsArray()
    • testAsMatrix

      @Test void testAsMatrix() throws com.irurueta.algebra.WrongSizeException
      Throws:
      com.irurueta.algebra.WrongSizeException
    • testHashCode

      @Test void testHashCode()
    • testEquals

      @Test void testEquals()
    • testEqualsWithThreshold

      @Test void testEqualsWithThreshold()
    • testClone

      @Test void testClone() throws CloneNotSupportedException
      Throws:
      CloneNotSupportedException
    • testSerializeDeserialize

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