PolygonPm2Pair

ostrat.geom.PolygonPm2Pair
See thePolygonPm2Pair companion object
class PolygonPm2Pair[A2](val a1ArrayDbl: Array[Double], val a2: A2) extends PolygonLikeDbl2Pair[PtPm2, PolygonPm2, A2]

Attributes

Companion
object
Graph
Supertypes
trait SpecialT
trait PairElem[PolygonPm2, A2]
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

override def a1: PolygonPm2

The first component of this pair.

The first component of this pair.

Attributes

Definition Classes

Concrete fields

The backing Array of Doubles for the A1 SeqLikeImutDblN.

The backing Array of Doubles for the A1 SeqLikeImutDblN.

Attributes

val a2: A2

The second component of this pair.

The second component of this pair.

Attributes