diff --git a/Math/Math/Matrix.swift b/Math/Math/Matrix.swift index 094d088..7339cbd 100644 --- a/Math/Math/Matrix.swift +++ b/Math/Math/Matrix.swift @@ -208,7 +208,7 @@ public struct Matrix3: Matrix { public prefix func -(m: T) -> T { var out = m for i in 0..