Package-level declarations

Properties

Link copied to clipboard

val ContourEdge.tunniLine: LineSegment

The Tunni-line for this ContourEdge

val Segment2D.tunniLine: LineSegment

Find the Tunni line for the Segment

Link copied to clipboard

val ContourEdge.tunniPoint: Vector2

The Tunni-point for this ContourEdge

val Segment2D.tunniPoint: Vector2

Find the Tunni point for the Segment

Functions

Link copied to clipboard
fun ContourAdjusterEdge.withTunniLine(pointOnLine: Vector2)
fun ContourEdge.withTunniLine(pointOnLine: Vector2): ContourEdge

fun Segment2D.withTunniLine(pointOnLine: Vector2): Segment2D

Find a segment for which pointOnLine lies on its Tunni-line

Link copied to clipboard
fun ContourAdjusterEdge.withTunniPoint(tunniPoint: Vector2)
fun ContourEdge.withTunniPoint(tunniPoint: Vector2): ContourEdge

fun Segment2D.withTunniPoint(tunniPoint: Vector2): Segment2D

Find a new segment that has tunniPoint as its Tunni-point