Dbl2Elem

ostrat.Dbl2Elem
trait Dbl2Elem extends DblNElem

An object that can be constructed from 2 Doubles. These are used as elements in ArrDbl2 Array[Double] based collections.

Attributes

Graph
Supertypes
trait DblNElem
trait ValueNElem
trait SpecialT
class Any
Known subtypes
trait PointDbl2
class LatLong
class Pt2
class PtM2
class MyDbl2Elem
trait TellElemDbl2
trait Vec2Like
class Vec2
trait length2M
class Vec2M
Show all

Members list

Value members

Abstract methods

def dbl1: Double
def dbl2: 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
def dblsApprox(that: Dbl2Elem, delta: Double): Boolean
def dblsEqual(that: Dbl2Elem): Boolean