work in progress
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
# tiny class to hold a 2x2 matrix
|
||||
1# tiny class to hold a 2x2 matrix
|
||||
class Matrix2x2:
|
||||
def __init__(self, m00, m01, m10, m11):
|
||||
self.m00 = m00
|
||||
|
||||
Reference in New Issue
Block a user