PolygonKm3Pair

ostrat.geom.PolygonKm3Pair
See thePolygonKm3Pair companion object
class PolygonKm3Pair[A2](val a1ArrayDbl: Array[Double], val a2: A2) extends PolygonLikeDblNPair[PtKm3, PolygonKm3, A2], SpecialT

Specialised efficient class for pairs where the first component of the pair is a PolygonKm3, a polygon in 3d space specified in Kilometre scales.

Attributes

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

Members list

Value members

Concrete methods

override def a1: PolygonKm3

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