Package com.irurueta.navigation.frames
Class ECEFVelocityTest
java.lang.Object
com.irurueta.navigation.frames.ECEFVelocityTest
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate static final double
private static final double
private static final double
private static final double
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription(package private) void
(package private) void
(package private) void
(package private) void
(package private) void
(package private) void
(package private) void
(package private) void
(package private) void
(package private) void
(package private) void
(package private) void
(package private) void
(package private) void
(package private) void
(package private) void
(package private) void
(package private) void
(package private) void
-
Field Details
-
THRESHOLD
private static final double THRESHOLD- See Also:
-
MIN_VELOCITY_VALUE
private static final double MIN_VELOCITY_VALUE- See Also:
-
MAX_VELOCITY_VALUE
private static final double MAX_VELOCITY_VALUE- See Also:
-
ABSOLUTE_ERROR
private static final double ABSOLUTE_ERROR- See Also:
-
-
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
- Throws:
CloneNotSupportedException
-
testSerializeDeserialize
- Throws:
IOException
ClassNotFoundException
-