This repository has been archived on 2023-03-25. You can view files and clone it, but cannot push or open issues or pull requests.
mightyscape-1.1-deprecated/extensions/fablabchemnitz/raytracing/test.py
2021-10-24 19:19:52 +02:00

4 lines
94 B
Python

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