PolygonPair

ostrat.geom.PolygonPair
See thePolygonPair companion object
final class PolygonPair[A2](val a1ArrayDbl: Array[Double], val a2: A2) extends PolygonLikeDbl2Pair[Pt2, Polygon, A2]

Attributes

Companion:
object
Graph
Supertypes
trait SpecialT
trait PairElem[Polygon, A2]
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Concrete methods

def a1: Polygon

The first component of this pair.

The first component of this pair.

Attributes

Concrete fields

The backing Array of Doubles for the A1 DblNSeqLike.

The backing Array of Doubles for the A1 DblNSeqLike.

Attributes

val a2: A2

The second component of this pair.

The second component of this pair.

Attributes