ManualPairing

class ManualPairing(val pairs: List<Pair<Int, Int>>) : VertexPairing

Pair up the points manually.

Constructors

Link copied to clipboard
constructor(pairs: List<Pair<Int, Int>>)

Properties

Link copied to clipboard

Functions

Link copied to clipboard
open override fun pairPoints(shapeA: List<Vector2>, shapeB: List<Vector2>): List<Pair<Int, Int>>

Returns a list of edges, which should be ordered clockwise.