|
Earth Observation Mission CFI Software Pointing Software User Manual for JAVA |
|
Coordinate system matrix. More...
Public Member Functions | |
| CsTra () | |
| Empty constructor. | |
| CsTra (boolean azFlag, final AzElDefinition azDef, long ref0, long ref1, boolean amFlag, long der, double[] vec, double[] vecD, double[] vec2D, double[][] mat, double[][] matD, double[][] mat2D) | |
| Constructor with parameters. | |
Public Attributes | |
| boolean | azelFlag |
| | |
| AzElDefinition | azelDef |
| | |
| long | refi |
| Initial reference frame. | |
| long | reff |
| Final reference frame. | |
| boolean | ambFlag |
| | |
| long | deriv |
| | |
| double[] | v |
| | |
| double[] | vd |
| | |
| double[] | v2d |
| | |
| double[][] | m |
| | |
| double[][] | md |
| | |
| double[][] | m2d |
| | |
Coordinate system matrix.
| EECFI.CsTra.CsTra | ( | ) |
Empty constructor.
| EECFI.CsTra.CsTra | ( | boolean | azFlag, | |
| final AzElDefinition | azDef, | |||
| long | ref0, | |||
| long | ref1, | |||
| boolean | amFlag, | |||
| long | der, | |||
| double[] | vec, | |||
| double[] | vecD, | |||
| double[] | vec2D, | |||
| double | mat[][], | |||
| double | matD[][], | |||
| double | mat2D[][] | |||
| ) |
Constructor with parameters.
| boolean EECFI.CsTra.ambFlag |
| boolean EECFI.CsTra.azelFlag |
| long EECFI.CsTra.deriv |
| double [][] EECFI.CsTra.m |
| double [][] EECFI.CsTra.m2d |
| double [][] EECFI.CsTra.md |
| long EECFI.CsTra.reff |
Final reference frame.
| long EECFI.CsTra.refi |
Initial reference frame.
| double [] EECFI.CsTra.v |
| double [] EECFI.CsTra.v2d |
| double [] EECFI.CsTra.vd |
1.7.1