PairIntNElem

ostrat.PairIntNElem
trait PairIntNElem[A1 <: IntNElem, A2] extends PairFinalA1Elem[A1, A2]

Pair element where the first component is an IntNElemA class that can be construct from a fixed number of Ints. Because of the fixed length of these elements Arrs of them can be be stored as and reconstructed from a single Array[Int] of primitive values

Attributes

Graph
Supertypes
trait PairFinalA1Elem[A1, A2]
trait PairElem[A1, A2]
class Object
trait Matchable
class Any
Known subtypes
trait LineSegLikeIntNPair[VT, A1, A2]
trait LineSegLikeInt4Pair[VT, A1, A2]
class LineSegHCPair[A2]
class LineSegSCPair[A2]
trait PairInt1Elem[A1, A2]
class HStepPair[A2]
trait PairInt2Elem[A1, A2]
class HCenPair[A2]
class HSepPair[A2]
class SqCenPair[A2]
trait PairInt3Elem[A1, A2]
class HCenStepPair[A2]
class SqCenStepPair[A2]
trait PairInt4Elem[A1, A2]
Show all

Members list

Value members

Inherited methods

def a1: A1

The first component of this pair.

The first component of this pair.

Attributes

Inherited from:
PairElem
def a2: A2

The second component of this pair.

The second component of this pair.

Attributes

Inherited from:
PairElem