PolygonGenPair

ostrat.geom.PolygonGenPair
See thePolygonGenPair companion object
final class PolygonGenPair[A2](val a1ArrayDbl: Array[Double], val a2: A2) extends PolygonLikeDbl2Pair[Pt2, PolygonGen, A2]

PairElem where the first component of the pair is a PolygonGen.

Attributes

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

Members list

Value members

Concrete methods

def a1: PolygonGen

The first component of this pair.

The first component of this pair.

Attributes

Concrete fields

The backing Array of Doubles for the A1 SeqLikeDblN.

The backing Array of Doubles for the A1 SeqLikeDblN.

Attributes

val a2: A2

The second component of this pair.

The second component of this pair.

Attributes