CompanionSlDbl2

ostrat.CompanionSlDbl2
trait CompanionSlDbl2[A <: Dbl2Elem, AA <: SeqLikeImutDbl2[A]] extends CompanionSlDblN[A, AA]

Helper trait for the singleton companion objects of SeqLikeImut classes with Dbl2Elems.

Attributes

Graph
Supertypes
trait CompanionSlDblN[A, AA]
class Object
trait Matchable
class Any
Known subtypes
object LinePathLL
object PolygonLL
object LinePath
object LinePathFm2
object LinePathKm2
object LinePathM2
object LinePathPm2
object PolygonFm2Gen
object PolygonGen
object PolygonKm2
object PolygonM2Gen
object PolygonPm2
object Pt2Arr
object PtFm2Arr
object PtKm2Arr
object PtM2Arr
object PtPm2Arr
object Vec2Arr
object MyDbl2Arr
Show all

Members list

Value members

Concrete methods

def apply(elems: A*): AA

Apply factory method for creating Arrs of Dbl2Elems.

Apply factory method for creating Arrs of Dbl2Elems.

Attributes

final def numElemDbls: Int

The number of Double values that are needed to construct an element of the defining-sequence.

The number of Double values that are needed to construct an element of the defining-sequence.

Attributes

Inherited methods

def dbls(inp: Double*): AA

Factory method for creating the sequence defined object from raw double values. This will throw if the number of parameter Doubles is incorrect.

Factory method for creating the sequence defined object from raw double values. This will throw if the number of parameter Doubles is incorrect.

Attributes

Inherited from:
CompanionSlDblN
def empty: AA

Attributes

Inherited from:
CompanionSlDblN
def uninitialised(length: Int): AA

returns a collection class of type ArrA, whose backing Array is uninitialised.

returns a collection class of type ArrA, whose backing Array is uninitialised.

Attributes

Inherited from:
CompanionSlDblN

Inherited and Abstract methods

def fromArray(array: Array[Double]): AA

Method to create the final object from the backing Array[Double]. End users should rarely have to use this method.

Method to create the final object from the backing Array[Double]. End users should rarely have to use this method.

Attributes

Inherited from:
CompanionSlDblN