IntNPairElem

ostrat.IntNPairElem
trait IntNPairElem[A1 <: IntNElem, A2] extends PairNoA1ParamElem[A1, A2]

Pair element where the first element 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 PairNoA1ParamElem[A1, A2]
trait PairElem[A1, A2]
class Object
trait Matchable
class Any
Known subtypes
trait Int1PairElem[A1, A2]
class HStepPair[A2]
trait Int2PairElem[A1, A2]
class HCenPair[A2]
trait Int3PairElem[A1, A2]
class HCenStepPair[A2]
class SqCenStepPair[A2]
trait Int4PairElem[A1, A2]
trait LineSegLikeInt4Pair[VT, A1, A2]
class LineSegHCPair[A2]
class LineSegSCPair[A2]
trait LineSegLikeIntNPair[VT, A1, A2]

Members list

Concise view

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