Dbl2Elem

ostrat.Dbl2Elem
trait Dbl2Elem extends DblNElem

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

Attributes

Graph
Supertypes
trait DblNElem
trait SpecialT
class Any
Known subtypes
class PtM2
trait Vec2Like
class Pt2
class Vec2
trait length2M
class Vec2M
trait PointDbl2
class LatLong

Members list

Concise view

Value members

Abstract methods

Concrete methods

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