Package com.irurueta.navigation.inertial
Class ECIGravitationTest
java.lang.Object
com.irurueta.navigation.inertial.ECIGravitationTest
-
Field Summary
Fields -
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(package private) void
-
Field Details
-
MIN_VALUE
private static final double MIN_VALUE- See Also:
-
MAX_VALUE
private static final double MAX_VALUE- See Also:
-
THRESHOLD
private static final double THRESHOLD- See Also:
-
-
Constructor Details
-
ECIGravitationTest
ECIGravitationTest()
-
-
Method Details
-
testConstructor
@Test void testConstructor() -
testGetSetGx
@Test void testGetSetGx() -
testGetSetGy
@Test void testGetSetGy() -
testGetSetGz
@Test void testGetSetGz() -
testSetCoordinates
@Test void testSetCoordinates() -
testGetSetGxAsAcceleration
@Test void testGetSetGxAsAcceleration() -
testGetSetGyAsAcceleration
@Test void testGetSetGyAsAcceleration() -
testGetSetGzAsAcceleration
@Test void testGetSetGzAsAcceleration() -
testSetCoordinatesFromAccelerations
@Test void testSetCoordinatesFromAccelerations() -
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:
IOExceptionClassNotFoundException
-
testSerialVersionUID
-