Remove HACK annotation

Apparently there isn't a more efficient method.
This commit is contained in:
Kiana Sheibani 2022-10-21 17:49:41 -04:00
parent 3c2ebdc048
commit 8e58fc8a1a
Signed by: toki
GPG key ID: 6CB106C25E86A9F7

View file

@ -20,7 +20,6 @@ Rotation = Transform TRotation
||| Determine if a matrix represents a rotation.
-- HACK: Replace with more efficient method
export
isRotation' : FieldCmp a => Matrix' n a -> Bool
isRotation' mat = isOrthonormal' mat && det mat == 1