PolygonHCPair

ostrat.prid.phex.PolygonHCPair
See thePolygonHCPair companion object
class PolygonHCPair[A2](val a1ArrayInt: Array[Int], val a2: A2) extends PolygonLikeIntNPair[HCoord, PolygonHC, A2]

A PolygonHC, a Polygon with the vertices defined in HCoords paired with an object of type A2.

Attributes

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

Members list

Value members

Concrete methods

def a1: PolygonHC

The first component of this pair.

The first component of this pair.

Attributes

Concrete fields

The backing Array of Ints for A1 component.

The backing Array of Ints for A1 component.

Attributes

val a2: A2

The second component of this pair.

The second component of this pair.

Attributes