create
This commit is contained in:
commit
541c8cb42e
13 changed files with 1410 additions and 0 deletions
5
mandelbulb/test.py
Normal file
5
mandelbulb/test.py
Normal 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))
|
Loading…
Add table
Add a link
Reference in a new issue