SeqLikeDbl2

ostrat.SeqLikeDbl2
trait SeqLikeDbl2[A <: Dbl2Elem] extends SeqLikeDblN[A]

A Sequence like class of Dbl2Elem elements that can be constructed from 2 Doubles.

Attributes

Graph
Supertypes
trait SeqLikeDblN[A]
trait SpecialT
trait SeqLikeValueN[A]
trait SeqLike[A]
class Any
Show all
Known subtypes
class LatLongArr
class LinePathLL
class PolygonLL
trait Pt2SeqLike
class PolygonGen
class Pt2Arr
trait Pt2SeqSpec
class LinePath
trait Polygon
trait Polygon3Plus
trait Polygon4Plus
trait Polygon5Plus
trait Polygon6Plus
class DoDeclign
trait HexReg
class HexRegImp
trait Hexlign
class HexParrX
class HexParrY
trait Rectangle
trait PhiRectangle
class PhiRect
class PhiRectY
trait Rect
object NoBounds
class RectImp
class Sqlign
class RectangleImp
trait Square
class SquareImp
trait Triangle
class TriangleImp
trait TriangleIsos
class TriangleEqui
trait ArrDbl2[A]
class PtM2Arr
class Vec2Arr
class Vec2MArr
class MyDbl2Arr
trait SeqSpecDbl2[A]
trait LinePathDbl2[VT]
class LinePathM2
trait PolygonLikeDbl2[VT]
class PolygonM2
Show all

Members list

Type members

Inherited types

type ThisT <: SeqLikeDblN[A]

Gives the final type of this class.

Gives the final type of this class.

Attributes

Inherited from:
SeqLikeDblN

Value members

Concrete methods

override def elemProdSize: Int

The number of atomic values, Ints, Doubles, Longs etc that specify / construct an element of this immutable flat Array based collection class.

The number of atomic values, Ints, Doubles, Longs etc that specify / construct an element of this immutable flat Array based collection class.

Attributes

Definition Classes
override def setElemUnsafe(index: Int, newElem: A): Unit

Sets / mutates an element in the Arr. This method should rarely be needed by end users, but is used by the initialisation and factory methods.

Sets / mutates an element in the Arr. This method should rarely be needed by end users, but is used by the initialisation and factory methods.

Attributes

Definition Classes

Inherited methods

final def arrayLen: Int

The total number of atomic values, Ints, Doubles, Longs etc in the backing Array.

The total number of atomic values, Ints, Doubles, Longs etc in the backing Array.

Attributes

Inherited from:
SeqLikeDblN

Attributes

Inherited from:
ArrayDblBacked

The element String allows the composition of toString for the whole collection. The syntax of the output will be reworked.

The element String allows the composition of toString for the whole collection. The syntax of the output will be reworked.

Attributes

Inherited from:
SeqLike
def fElemStr: (A) => String

Attributes

Inherited from:
SeqLike
def fromArray(array: Array[Double]): ThisT

Attributes

Inherited from:
SeqLikeDblN
def setElemsUnsafe(index: Int, elems: A*): Unit

Sets / mutates elements in the Arr. This method should rarely be needed by end users, but is used by the initialisation and factory methods.

Sets / mutates elements in the Arr. This method should rarely be needed by end users, but is used by the initialisation and factory methods.

Attributes

Inherited from:
SeqLike
def ssForeach[U](f: A => U): Unit

Performs a side effecting function on each element of the specifying sequence in order.

Performs a side effecting function on each element of the specifying sequence in order.

Attributes

Inherited from:
SeqLike
override def toString: String

Returns a string representation of the object.

Returns a string representation of the object.

The default representation is platform dependent.

Attributes

Returns

a string representation of the object.

Definition Classes
SeqLike -> Any
Inherited from:
SeqLike

String specifying the type of this object.

String specifying the type of this object.

Attributes

Inherited from:
SeqLike
def unsafeSameSize(length: Int): ThisT

Attributes

Inherited from:
SeqLikeDblN