flaw-math/Flaw/Math/Transform.hs

Summary

Maintainability
Test Coverage

Reduce duplication
Open

    k = sqrt (1 + m11 + m22 + m33)
Severity: Minor
Found in flaw-math/Flaw/Math/Transform.hs by hlint

Found

k = sqrt (1 + m11 + m22 + m33)
kk = 0.5 / k
x = (m32 - m23) * kk
y = (m13 - m31) * kk
z = (m21 - m12) * kk
w = k * 0.5

Perhaps

Combine with flaw-math/Flaw/Math/Transform.hs:201:5

There are no issues that match your filters.

Category
Status