- java.lang.Object
-
- spice.tspice.TestVector6
-
public class TestVector6 extends java.lang.Object
Class testVector6 provides methods that implement test families for the class Vector6.Version 1.0.0 15-DEC-2009 (NJB)
-
-
Constructor Summary
Constructors Constructor Description TestVector6()
-
Method Summary
Modifier and Type Method Description static boolean
f_Vector6()
Test family 001 for methods of the class spice.basic.Vector6.
-
-
-
Field Detail
-
TOL
private static final double TOL
- See Also:
- Constant Field Values
-
TIGHT_TOL
private static final double TIGHT_TOL
- See Also:
- Constant Field Values
-
e1
private static final Vector3 e1
-
e2
private static final Vector3 e2
-
e3
private static final Vector3 e3
-
vec0
private static final Vector6 vec0
-
vec1
private static final Vector6 vec1
-
vec2
private static final Vector6 vec2
-
-
Method Detail
-
f_Vector6
public static boolean f_Vector6() throws SpiceErrorException
Test family 001 for methods of the class spice.basic.Vector6.-Procedure f_Vector6 ( Test family 001 for class Vector6 ) -Copyright Copyright (2004), California Institute of Technology. U.S. Government sponsorship acknowledged. -Required_Reading None. -Keywords TESTING -Brief_I/O VARIABLE I/O DESCRIPTION -------- --- -------------------------------------------------- The method returns the boolean true if all tests pass, false otherwise. -Detailed_Input None. -Detailed_Output The method returns the boolean true if all tests pass, false otherwise. If any tests fail, diagnostic messages are sent to the test logger. -Parameters None. -Files None. -Exceptions Error free. -Particulars This routine tests methods of class Vector6. The current set is: Name Status (x=="done") ============== ================== add x assign x dcross x ddot x dhat x dist x dot x dsep x getElt x isZero x lcom x negate x norm x scale x sub x toArray x toString x -Examples None. -Restrictions None. -Author_and_Institution N.J. Bachman (JPL) E.D. Wright (JPL) -Literature_References None. -Version -JNISpice Version 2.0.0 28-NOV-2009 (NJB) -JNISpice Version 1.0.0 10-MAY-2004 (NJB) (EDW) -&
- Returns:
- Throws:
SpiceErrorException
-
-