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, LineSeg, A2]

Attributes

Companion:
object
Graph
Supertypes
trait PairElem[LineSeg, A2]
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Concrete methods

override def a1: LineSeg

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 a2: A2

The second component of this pair.

The second component of this pair.

Attributes