LineSegPair

ostrat.geom.LineSegPair
See theLineSegPair companion object
class LineSegPair[A2](val a1Dbl1: Double, val a1Dbl2: Double, val a1Dbl3: Double, val a1Dbl4: Double, val a2: A2) extends LineSegLikeDbl4Pair[Pt2, LSeg2, A2]

Attributes

Companion
object
Graph
Supertypes
trait PairDbl4Elem[LSeg2, A2]
trait PairDblNElem[LSeg2, A2]
trait LineSegLikePair[Pt2, LSeg2, A2]
trait PairFinalA1Elem[LSeg2, A2]
trait PairElem[LSeg2, A2]
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

override def a1: LSeg2

The first component of this pair.

The first component of this pair.

Attributes

Definition Classes
inline def endX: Double
inline def endY: Double
inline def startX: Double
inline def startY: Double

Concrete fields

val a1Dbl1: Double
val a1Dbl2: Double
val a1Dbl3: Double
val a1Dbl4: Double
val a2: A2

The second component of this pair.

The second component of this pair.

Attributes