Kone
0.0.0-experiment-2025.4.11
    Platform filter
Search in API
    Kone
kone.computationalGeometry/dev.lounres.kone.computationalGeometry.algorithms/Line2WithLine2IntersectionInSteps

Line2WithLine2IntersectionInSteps

sealed interface Line2WithLine2IntersectionInSteps<out N>(source)

Inheritors

TheLinesAreParallel
TheLinesAreCollinear
TheLinesAreInGeneralPosition

Types

TheLinesAreCollinear
Link copied to clipboard
data object TheLinesAreCollinear : Line2WithLine2IntersectionInSteps<Nothing>
TheLinesAreInGeneralPosition
Link copied to clipboard
data class TheLinesAreInGeneralPosition<N>(val step1: N, val step2: N) : Line2WithLine2IntersectionInSteps<N>
TheLinesAreParallel
Link copied to clipboard
data object TheLinesAreParallel : Line2WithLine2IntersectionInSteps<Nothing>
Copyright © 2025 Gleb Minaev
All rights reserved. Licensed under the Apache License, Version 2.0. See the license in file LICENSE
Generated by dokka