
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... | |
| 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.
| vector | - Input 3D vector. |