This commit is contained in:
Crizomb 2022-08-19 19:28:22 +02:00 committed by GitHub
commit 541c8cb42e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
13 changed files with 1410 additions and 0 deletions

5
mandelbulb/test.py Normal file
View file

@ -0,0 +1,5 @@
import numpy as np
import tools
m = np.array(((1, 2, 3), (4, 5, 6), (7, 8, 9)))
print(tools.mat3ToTuple(m))