- java.lang.Object
-
- spice.tspice.TestVector3
-
public class TestVector3 extends java.lang.Object
Class testVector3 provides methods that implement test families for the class Vector3.Version 1.0.0 15-DEC-2009 (NJB)
-
-
Field Summary
Fields Modifier and Type Field Description private static Vector3
e1
private static Vector3
e2
private static Vector3
e3
private static Vector3
null3
private static Vector3
null4
private static double
TIGHT_TOL
private static double
TOL
private static Vector3
vec0
private static Vector3
vec1
private static Vector3
vec2
private static Vector3
vec3
private static Vector3
vec4
private static Vector3
vec5
private static Vector3
vec6
private static Vector3
vec7
private static Vector3
x3
private static Vector3
x5
private static Vector3
z3
private static Vector3
z5
-
Constructor Summary
Constructors Constructor Description TestVector3()
-
Method Summary
Modifier and Type Method Description static boolean
f_Vector3()
Test family 001 for methods of the class spice.basic.Vector3.
-
-
-
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 Vector3 vec0
-
vec1
private static final Vector3 vec1
-
vec2
private static final Vector3 vec2
-
vec3
private static final Vector3 vec3
-
vec4
private static final Vector3 vec4
-
vec5
private static final Vector3 vec5
-
vec6
private static final Vector3 vec6
-
vec7
private static final Vector3 vec7
-
null3
private static final Vector3 null3
-
x3
private static final Vector3 x3
-
z3
private static final Vector3 z3
-
null4
private static final Vector3 null4
-
x5
private static final Vector3 x5
-
z5
private static final Vector3 z5
-
-
Method Detail
-
f_Vector3
public static boolean f_Vector3() throws SpiceErrorException
Test family 001 for methods of the class spice.basic.Vector3.-Procedure f_Vector3 ( Test family 001 for class Vector3 ) -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 Vector3. The current set is: Name Status (x=="done") ============== ================== add x assign x cross x dist x dot x getElt x hat x isZero x lcom x lcom (3 args) x negate x norm x perp x proj x rotate (rotvec) x rotate (vrotv) x scale x sep x sub x toArray x toString x ucrss 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 12-NOV-2009 (NJB) Completed test set. -JNISpice Version 1.0.0 10-MAY-2004 (NJB) (EDW) -&
- Returns:
- Throws:
SpiceErrorException
-
-