Functions | |
void | Compute_Matrix_Adjoint (const float *matrix, float *out_matrix) |
void | DCompute_Matrix_Adjoint (const double *matrix, double *out_matrix) |
void Compute_Matrix_Adjoint | ( | 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. |
void DCompute_Matrix_Adjoint | ( | const double * | matrix, | |
double * | out_matrix | |||
) |
Similar to Compute_Matrix_Adjoint(), but operates on double-precision data.
matrix | - Input transformation matrix. | |
out_matrix | - Output transformation matrix, returned to the caller. Can point to the same place as matrix. |