IntersectionIndices

data class IntersectionIndices(val legIndex: Int, val stepIndex: Int, val intersectionIndex: Int) : Comparable<IntersectionIndices>

Constructors

Link copied to clipboard
constructor(legIndex: Int, stepIndex: Int, intersectionIndex: Int)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
open operator override fun compareTo(other: IntersectionIndices): Int