Dbl6Elem

ostrat.Dbl6Elem
trait Dbl6Elem extends DblNElem

An object that can be constructed from 6 Doubles. These are used in ArrDbl6 Array[Double] based collections.

Attributes

Graph
Supertypes
trait DblNElem
trait ValueNElem
trait SpecialT
class Any
Known subtypes
trait LineSegLikeDbl6[VT]
class LineSeg3
class LineSegM3

Members list

Value members

Abstract methods

def dbl1: Double
def dbl2: Double
def dbl3: Double
def dbl4: Double
def dbl5: Double
def dbl6: Double

Concrete methods

override def dblBufferAppend(buffer: ArrayBuffer[Double]): Unit

Utility method to append this as an element to an ArrayBuffer[Double]. End users should rarely need to use this method.

Utility method to append this as an element to an ArrayBuffer[Double]. End users should rarely need to use this method.

Attributes

Definition Classes
override def dblForeach(f: Double => Unit): Unit

Performs the side effecting function on each Double in this Product element.

Performs the side effecting function on each Double in this Product element.

Attributes

Definition Classes