PtPm2Pair

ostrat.geom.PtPm2Pair
See thePtPm2Pair companion object
class PtPm2Pair[A2](val a1Dbl1: Double, val a1Dbl2: Double, val a2: A2) extends PairDbl2Elem[PtPm2, A2]

PairElem class for PtPm2s. Allows for the efficient storage of sequences in PtPm2PairArrs.

Attributes

Companion
object
Graph
Supertypes
trait PairDbl2Elem[PtPm2, A2]
trait PairDblNElem[PtPm2, A2]
trait PairFinalA1Elem[PtPm2, A2]
trait PairElem[PtPm2, A2]
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

override def a1: PtPm2

The first component of this pair.

The first component of this pair.

Attributes

Definition Classes
override def toString: String

Returns a string representation of the object.

Returns a string representation of the object.

The default representation is platform dependent.

Attributes

Returns

a string representation of the object.

Definition Classes
Any

Concrete fields

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

The second component of this pair.

The second component of this pair.

Attributes