CompanionSlDblN

ostrat.CompanionSlDblN
trait CompanionSlDblN[A <: DblNElem, AA <: SeqLikeImutDblN[A]]

Helper trait for Companion objects of SeqLikeImut classes with DblNElems.

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
class CompanionSeqLikeDbl4[A, AA]
object LineSegLLArr
object LSeg2Arr
object LineSegFm2Arr
object LineSegKm2Arr
object LineSegM2Arr
object LineSegPm2Arr
trait CompanionSlDbl2[A, AA]
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
class CompanionSlDbl3[A, ArrA]
object LinePathKm3
object LinePathM3
object PolygonKm3
object PolygonM3
object PtKm3Arr
object PtM3Arr
class CompanionSlDbl5[A, ArrA]
class CompanionSlDbl6[A, ArrA]
object LineSegKm3Arr
object LineSegM3Arr
class CompanionSlDbl7[A, ArrA]
object ShapeGenOld
Show all

Members list

Value members

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

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

Concrete 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

def empty: AA
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