Search found 3 matches
- Sun Oct 12, 2025 12:05 am
- Forum: Scripting
- Topic: Curve interpolation algorithm
- Replies: 6
- Views: 36123
Re: Curve interpolation algorithm
yeah cubic bezier. Assuming you know what that is: the actual Moho points are P0 and P3. You then need to derive P1 and P2 from the way Moho stores the "curvature" -- see https://mohoscripting.com/snippets/5 Hi! I have made tests and the script you referenced and found that it doesn't giv...
- Mon Aug 12, 2024 1:48 am
- Forum: Scripting
- Topic: Curve interpolation algorithm
- Replies: 6
- Views: 36123
Re: Curve interpolation algorithm
Awesome! Thank you so much for responding, everyone!
The information you provided helps a lot!
The information you provided helps a lot!
- Sun Aug 11, 2024 1:47 am
- Forum: Scripting
- Topic: Curve interpolation algorithm
- Replies: 6
- Views: 36123
Curve interpolation algorithm
Hi everyone! I am writing a python script to convert from Moho format to other vector software. The script is already capable to extract points and convert simple shapes. But I cannot figure out how Moho interpolates curve between points. Is there any documentation for this algorithm available? Than...