mightyscape-1.2/extensions/fablabchemnitz/raytracing/test.py

4 lines
94 B
Python

from raytracing.geometry import CubicBezier
p = CubicBezier((1,1),(1,1),(1,1),(1,1))
print(p)