Home | History | Annotate | Download | only in MagickCore

Lines Matching full:determinant

719 %  The affine matrix determinant is checked for validity of the values.
745 determinant;
797 determinant=(affine_matrix->sx*affine_matrix->sy-affine_matrix->rx*
799 if (fabs(determinant) < MagickEpsilon)