Functions
Compute_Vector_Length

Functions

double Compute_Vector_Length (const HC_POINT *vector)
 
double DCompute_Vector_Length (const HC_DVECTOR *vector)
 Similar to Compute_Vector_Length(), but operates on double-precision data. More...
 

Detailed Description

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