Brief Index      Full Index      Events Index      I.M. Reference

Compute_Vector_Length

Functions

double Compute_Vector_Length (const HC_POINT *vector)
double DCompute_Vector_Length (const HC_DVECTOR *vector)

Function Documentation

double Compute_Vector_Length ( const HC_POINT *  vector)
Parameters:
vector- Input 3D vector.
Returns:
value - the scalar length of a vector

DETAILS

NOTES

RESTRICTIONS

See also:
Compute_Coordinates, Compute_Cross_Product, Compute_Dot_Product
double DCompute_Vector_Length ( const HC_DVECTOR *  vector)

Similar to Compute_Vector_Length(), but operates on double-precision data.

Parameters:
vector- Input 3D vector.
Returns:
value - the scalar length of a vector

Brief Index      Full Index      Events Index      I.M. Reference