LineSegLikePair

ostrat.geom.LineSegLikePair
trait LineSegLikePair[VT, A1 <: LineSegLike[VT], A2] extends PairFinalA1Elem[A1, A2]

A LineSegLike object paired with an object of type A2.]]

Attributes

Graph
Supertypes
trait PairFinalA1Elem[A1, A2]
trait PairElem[A1, A2]
class Object
trait Matchable
class Any
Known subtypes
trait LineSegLikeDblNPair[VT, A1, A2]
trait LineSegLikeDbl4Pair[VT, A1, A2]
class LineSegPair[A2]
trait LineSegLikeIntNPair[VT, A1, A2]
trait LineSegLikeInt4Pair[VT, A1, A2]
class LineSegHCPair[A2]
class LineSegSCPair[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