io.github.memo33.metarules.pathing
Members list
Type members
Classlikes
Attributes
- Supertypes
-
class Objecttrait Matchableclass Any
- Known subtypes
-
class CurvedConnectionclass StraightConnection
Attributes
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
case class CurvedConnection(from: Line, start: Line, to: Line, end: Line, classNumber: Int) extends Connection
Curved connection in the following format: from – the from-direction start - the line that determines the start of the curve if crossed with from to - the to-direction end - the line that deterimens the end point of the curve when crossed with to
Curved connection in the following format: from – the from-direction start - the line that determines the start of the curve if crossed with from to - the to-direction end - the line that deterimens the end point of the curve when crossed with to
Attributes
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Connectionclass Objecttrait Matchableclass AnyShow all
Attributes
- Supertypes
-
class Objecttrait Matchableclass Any
case class StraightConnection(line: Line, classNumber: Int) extends Connection
Attributes
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Connectionclass Objecttrait Matchableclass AnyShow all
Implicits
In this article