Home | History | Annotate | Download | only in src

Lines Matching full:determinant

1314 * The area is computed using the determinant method.
1326 double determinant = posTerm - negTerm;
1328 return std::abs(determinant) / 2;