Defines available calculation scalar types.
Member | Value | Description |
---|---|---|
eCrdnCalcScalarTypeUnknown | -1 | Unknown or unsupported calculation scalar types. |
eCrdnCalcScalarTypeAngle | 0 | Scalar equal to angular displacement obtained from any angle in VGT. |
eCrdnCalcScalarTypeFixedAtTimeInstant | 1 | Constant scalar created by evaluating input scalar calculation at specified reference time instant. |
eCrdnCalcScalarTypeConstant | 2 | Constant scalar value of specified dimension. |
eCrdnCalcScalarTypeDataElement | 3 | Any time-dependent data element from STK data providers available for parent STK object. |
eCrdnCalcScalarTypeDerivative | 4 | Derivative of input scalar calculation. |
eCrdnCalcScalarTypeElapsedTime | 5 | Time elapsed since reference time instant. |
eCrdnCalcScalarTypeFile | 6 | Tabulated scalar calculation data loaded from specified file. |
eCrdnCalcScalarTypeFunction | 7 | Defined by performing one of specified functions on input scalar. |
eCrdnCalcScalarTypeIntegral | 8 | Integral of input scalar computed with respect to time using one of specified numerical methods and using one of specified accumulation types. |
eCrdnCalcScalarTypeFunction2Var | 9 | Defined by performing one of specified binary operations on two scalar arguments. |
eCrdnCalcScalarTypeVectorMagnitude | 10 | Scalar equal to magnitude of specified vector. |
eCrdnCalcScalarTypePlugin | 11 | A calc scalar plugin based on a COM object. |
eCrdnCalcScalarTypeCustomScript | 12 | A calc scalar uses scripted algorithm in MATLAB (.m or .dll), Perl or VBScript to define its value and rate. |
eCrdnCalcScalarTypeSurfaceDistanceBetweenPoints | 13 | Surface distance along the specified central body ellipsoid between two points (or their respective projections if specified at altitude). |
eCrdnCalcScalarTypeDotProduct | 14 | Scalar equal to the dot product between two vectors. |
eCrdnCalcScalarTypeVectorComponent | 15 | Scalar equal to the specified component of a vector when resolved in the specified axes. |
eCrdnCalcScalarTypeAverage | 16 | Average of input scalar computed with respect to time using one of specified numerical methods and using one of specified accumulation types. |
eCrdnCalcScalarTypeStandardDeviation | 17 | Standard deviation of input scalar computed with respect to time using one of specified numerical methods and using one of specified accumulation types. |
eCrdnCalcScalarTypePointInVolumeCalc | 18 | Calculations Along Trajectory. Use IAgCrdnCalcScalarPointInVolumeCalc to access it. |
eCrdnCalcScalarTypeCustomInlineScript | 19 | Custom inline script scalar. |