FooCAD
Toggle table of contents
3.0
jvm
Platform filter
jvm
Switch theme
Search in API
FooCAD
foocad-core
/
uk.co.nickthecoder.foocad.core.compounds
/
ClosestPathPairing
Closest
Path
Pairing
class
ClosestPathPairing
:
ScoredPathPairing
Members
Constructors
Closest
Path
Pairing
Link copied to clipboard
constructor
(
)
Functions
pair
Link copied to clipboard
open
override
fun
pair
(
a
:
Shape2d
,
b
:
Shape2d
)
:
Map
<
Path2d
,
Path2d
>
score
Link copied to clipboard
open
override
fun
score
(
a
:
Path2d
,
middleA
:
Vector2
,
b
:
Path2d
)
:
Double