Update bug tracker URLs.
This commit is contained in:
@ -753,7 +753,7 @@ pika_matrix3_invert (PikaMatrix3 *matrix)
|
||||
/* To avoid redundant access to the coefficients, inline the determinant
|
||||
* formula.
|
||||
*
|
||||
* See: https://gitlab.gnome.org/GNOME/pika/-/merge_requests/880#note_1727051
|
||||
* See: https://gitlab.gnome.org/GNOME/gimp/-/merge_requests/880#note_1727051
|
||||
*/
|
||||
det = m00 * (m11 * m22 - m12 * m21)
|
||||
- m10 * (m01 * m22 - m02 * m21)
|
||||
|
Reference in New Issue
Block a user