PolygonM2Gen

ostrat.geom.PolygonM2Gen
See thePolygonM2Gen companion class

The companion object for PolygonDist. Provides an implicit builder.

Attributes

Companion
class
Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Value members

Concrete methods

override def fromArray(array: Array[Double]): PolygonM2Gen

Method to create the final object from the backing Array[Double]. End users should rarely have to use this method.

Method to create the final object from the backing Array[Double]. End users should rarely have to use this method.

Attributes

Definition Classes

Inherited methods

def apply(elems: PtM2*): PolygonM2Gen

Apply factory method for creating Arrs of Dbl2Elems.

Apply factory method for creating Arrs of Dbl2Elems.

Attributes

Inherited from:
CompanionSlDbl2
def dbls(inp: Double*): PolygonM2Gen

Factory method for creating the sequence defined object from raw double values. This will throw if the number of parameter Doubles is incorrect.

Factory method for creating the sequence defined object from raw double values. This will throw if the number of parameter Doubles is incorrect.

Attributes

Inherited from:
CompanionSlDblN

Attributes

Inherited from:
CompanionSlDblN
final def numElemDbls: Int

The number of Double values that are needed to construct an element of the defining-sequence.

The number of Double values that are needed to construct an element of the defining-sequence.

Attributes

Inherited from:
CompanionSlDbl2

returns a collection class of type ArrA, whose backing Array is uninitialised.

returns a collection class of type ArrA, whose backing Array is uninitialised.

Attributes

Inherited from:
CompanionSlDblN

Implicits

Implicits

Implicit BuilderArrMap type class instance for PolygonM2Gens.

Implicit BuilderArrMap type class instance for PolygonM2Gens.

Attributes

Both Show amd Unshow type class instances / evidence for PolygonM2Gen objects.

Both Show amd Unshow type class instances / evidence for PolygonM2Gen objects.

Attributes