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 LineSegLikeDblN[VT]
trait LineSegLikeDbl4[VT]
class LineSegLL
class LineSeg
class LineSegM2
trait LineSegLikeDbl6[VT]
class LineSeg3
trait PointDblN
trait PointDbl2
class LatLong
class Pt2
class PtM2
trait PointDbl3
class Pt3
class PtM3
trait Dbl1Elem
class Angle
trait AngleLike
class Latitude
class Longitude
class AngleVec
trait Dbl2Elem
class MyDbl2Elem
trait TellElemDbl2
trait Vec2Like
class Vec2
trait length2M
class Vec2M
trait Dbl3Elem
trait Vec3Like
class Vec3
trait Dbl4Elem
trait Dbl5Elem
trait Dbl6Elem
class LineSegM3
trait Dbl7Elem
class CurveTail
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