Home | History | Annotate | Download | only in transforms

Lines Matching defs:adjoint

86 // A  = ___1__ adjoint A
149 // adjoint( original_matrix, inverse_matrix )
151 // calculate the adjoint of a 4x4 matrix
162 // The matrix B = (b ) is the adjoint of A
165 static void adjoint(const TransformationMatrix::Matrix4& matrix, TransformationMatrix::Matrix4& result)
214 // Calculate the adjoint matrix
215 adjoint(matrix, result);
225 // Scale the adjoint matrix to get the inverse