Functions | |
HC_BOOLEAN | Compute_Normalized_Vector (const HC_POINT *vector, HC_POINT *out_vector) |
HC_BOOLEAN | DCompute_Normalized_Vector (const HC_DVECTOR *vector, HC_DVECTOR *out_vector) |
HC_BOOLEAN Compute_Normalized_Vector | ( | const HC_POINT * | vector, | |
HC_POINT * | out_vector | |||
) |
vector | - Input 3D vector. | |
out_vector | - Output 3D vector returned to the caller. Can point to the same place as vector . |
HC_BOOLEAN DCompute_Normalized_Vector | ( | const HC_DVECTOR * | vector, | |
HC_DVECTOR * | out_vector | |||
) |
Similar to Compute_Normalized_Vector, but operates on double-precision data.
vector | - Input 3D vector. | |
out_vector | - Output 3D vector returned to the caller. Can point to the same place as input vector. |