SRM Reference Manual
Functions SRM VectorMagnitude |
---|
extern SRM_Status_Code | ||||
SRM_VectorMagnitude | ||||
( | ||||
const | SRM_Vector_3D | vec_ptr, | 1 | |
SRM_Long_Float | * | result_out_ptr | 2 | |
); |
Computes the magnitude of a vector.
SRM_STATCOD_SUCCESS | and *result_out_ptr is set to the appropriate value, if valid parameters were passed in. |
SRM_STATCOD_INACTIONABLE | and no changes are made, if vec_ptr is NULL. |
SRM_STATCOD_INACTIONABLE | and no changes are made, if result_out_ptr is NULL. |
1 pointer to the vector operand
2 pointer to an SRM_Long_Float variable in the user's memory space where the result will be stored.
Prev: SRM_ValidTMParameters.
Next: SRM_VectorMultByScalar.
Up:Index.
|