ínit
This commit is contained in:
parent
c6a92436ef
commit
b5f434ac6b
@ -43,6 +43,7 @@ def rot_2D(angle_degrees: float) -> Matrix:
|
|||||||
]
|
]
|
||||||
return rotation_matrix
|
return rotation_matrix
|
||||||
|
|
||||||
|
if __name__ == "__main__":
|
||||||
matrix = [[1,2,3], [2,3,4]]
|
matrix = [[1,2,3], [2,3,4]]
|
||||||
|
|
||||||
print("Matrix A:")
|
print("Matrix A:")
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user