Functions | |
void | Compute_Identity_Matrix (float *out_matrix) |
void | DCompute_Identity_Matrix (double *out_matrix) |
void Compute_Identity_Matrix | ( | float * | out_matrix | ) |
out_matrix | - Output transformation matrix, returned to the caller. |
void DCompute_Identity_Matrix | ( | double * | out_matrix | ) |
Similar to Compute_Identity_Matrix(), but operates on double-precision data.
out_matrix | - Output transformation matrix, returned to the caller. |