4 lines
94 B
Python
4 lines
94 B
Python
from raytracing.geometry import CubicBezier
|
|
|
|
p = CubicBezier((1,1),(1,1),(1,1),(1,1))
|
|
print(p) |