fixed a typo in Mathutil.Matrix (inverse --> invert)
This commit is contained in:
@@ -533,7 +533,7 @@ class Matrix:
|
||||
|
||||
"""
|
||||
|
||||
def inverse():
|
||||
def invert():
|
||||
"""
|
||||
Set the matrix to it's inverse.
|
||||
"""
|
||||
|
||||
Reference in New Issue
Block a user