Pt2Pair

ostrat.geom.Pt2Pair
class Pt2Pair[A2](val x: Double, val y: Double, val a2: A2) extends PointDbl2Pair[Pt2, A2]

A Pt2 pair class. The main urpose of this type is to be an lement of a Pt2PairArr.

Attributes

Graph
Supertypes
trait PointDbl2Pair[Pt2, A2]
trait PairDbl2Elem[Pt2, A2]
trait PointDblNPair[Pt2, A2]
trait PairDblNElem[Pt2, A2]
trait PointPair[Pt2, A2]
trait PairFinalA1Elem[Pt2, A2]
trait PairElem[Pt2, A2]
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

override def a1: Pt2

The first component of this pair.

The first component of this pair.

Attributes

Definition Classes
override def a1Dbl1: Double

Attributes

Definition Classes
override def a1Dbl2: Double

Attributes

Definition Classes

Concrete fields

val a2: A2

The second component of this pair.

The second component of this pair.

Attributes

val x: Double
val y: Double