Computes the magnitude of a vector.
SE_COORD_INVALID_SOURCE_VECTOR - if vec_ptr is NULL.
SE_COORD_FAILURE - if result_out_ptr is NULL.
| extern SE_COORD_STATUS_CODE_ENUM | ||||
| SE_VectorMagnitude | ||||
| ( | ||||
| const | SE_VECTOR_3_TYPE | * | vec_ptr, | (notes) |
| SE_FLOAT64 | * | result_out_ptr | (notes) | |
| ); | ||||
pointer to the vector operand.
pointer to an SE_FLOAT64 variable in the user's memory space where the result will be stored.