DblNElem

ostrat.DblNElem
trait DblNElem extends ValueNElem

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

Attributes

Graph
Supertypes
trait ValueNElem
trait SpecialT
class Any
Known subtypes
trait LSegDblN[VT]
trait LSegDbl4[VT]
class LineSegLL
class LSeg2
class LSegFm2
class LSegKm2
class LSegM2
class LineSegPm2
trait LSegDbl6[VT]
class LSeg3
trait PointDblN
trait PointDbl2
class LatLong
class Pt2
trait PtLen2
class PtFm2
class PtKm2
class PtM2
class PtPm2
trait PointDbl3
class Pt3
trait PtLength3
class PtKm3
class PtM3
trait Dbl1Elem
class Angle
trait AngleLike
class Latitude
class Longitude
class AngleVec
trait Dbl2Elem
class MyDbl2Elem
trait TellElemDbl2
trait VecPt2
class Vec2
trait VecPtFm2
class VecFm2
trait VecPtKm2
class VecKm2
trait VecPtLen2
trait VecLen2
class VecM2
class VecPm2
trait VecPtM2
trait VecPtPm2
trait Dbl3Elem
trait Vec3Like
class Vec3
trait Dbl4Elem
trait Dbl5Elem
trait Dbl6Elem
trait LineSegLength3[VT]
class LSegM3
class LineSegKm3
trait Dbl7Elem
class CurveTailOld
Show all

Members list

Value members

Abstract methods

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

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