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

Members list

Concise view

Value members

Concrete methods

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