Functions | |
HC_BOOLEAN | Compute_Normalized_Matrix (const float *matrix, float *out_matrix) |
HC_BOOLEAN Compute_Normalized_Matrix | ( | const float * | matrix, | |
float * | out_matrix | |||
) |
matrix | - Input transformation matrix. | |
out_matrix | - Output transformation matrix, returned to the caller. Can point to the same place as matrix. |