[orx-shapes] Fix Tunni demos

This commit is contained in:
Edwin Jakobs
2024-01-18 07:24:54 +01:00
parent 1e0630483e
commit 77e06cdb99
5 changed files with 14 additions and 13 deletions

View File

@@ -0,0 +1,10 @@
# orx-shapes / tunni
Tunni point and line extensions for `Segment`
# References
* https://www.youtube.com/watch?v=ee9j3M_qkn8
* https://help.fontlab.com/fontlab-vi/Tunni-Lines/
* https://github.com/OliverLeenders/Tunni-Lines
* https://simoncozens.github.io/beziers.py/source/beziers.path.html

View File

@@ -1,10 +1,7 @@
package tunni
package org.openrndr.extra.shapes.tunni
import org.openrndr.extra.shapes.adjust.ContourAdjusterEdge
import org.openrndr.extra.shapes.adjust.ContourEdge
import org.openrndr.extra.shapes.tunni.tunniLine
import org.openrndr.extra.shapes.tunni.tunniPoint
import org.openrndr.extra.shapes.tunni.withTunniPoint
import org.openrndr.math.Vector2
import org.openrndr.shape.LineSegment
import org.openrndr.shape.Segment