PtKm3Pair

ostrat.geom.PtKm3Pair
class PtKm3Pair[A2](val a1Dbl1: Double, val a1Dbl2: Double, val a1Dbl3: Double, val a2: A2) extends PointDbl3Pair[PtKm3, A2]

PairElem class for use as logical elements of the efficient PtKm3Arr class.

Attributes

Graph
Supertypes
trait PointDbl3Pair[PtKm3, A2]
trait PairDbl3Elem[PtKm3, A2]
trait PointDblNPair[PtKm3, A2]
trait PairDblNElem[PtKm3, A2]
trait PointPair[PtKm3, A2]
trait PairFinalA1Elem[PtKm3, A2]
trait PairElem[PtKm3, A2]
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

override def a1: PtKm3

The first component of this pair.

The first component of this pair.

Attributes

Definition Classes

Concrete fields

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

The second component of this pair.

The second component of this pair.

Attributes