PtM2

ostrat.geom.PtM2
See thePtM2 companion class
object PtM2

Companion object for PtM2 class contains factory methods.

Attributes

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

Members list

Value members

Concrete methods

def apply(x: Length, y: Length): PtM2

Factory apply method to create 2 dimeensional point specified in Metres. If you want to consttuct from scalars use the metresNum method.

Factory apply method to create 2 dimeensional point specified in Metres. If you want to consttuct from scalars use the metresNum method.

Attributes

def metresNum(xMetres: Double, yMetres: Double): PtM2

Factory method for creating a 2 dimensional point measured in metres from the scalar Double values.

Factory method for creating a 2 dimensional point measured in metres from the scalar Double values.

Attributes

def origin: PtM2

The origin of this 2 dimensional space.

The origin of this 2 dimensional space.

Attributes

Implicits

Implicits

implicit val persistEv: ShowTellDbl2[PtM2]

Show type class instance / evidence for PTM2.

Show type class instance / evidence for PTM2.

Attributes

implicit def polygonPairBuildImplicit[A2](implicit ct: ClassTag[A2]): PolygonM2PairBuilder[A2]

Implicit instance for the PolygonM2Pair builder. This has to go in the PtM2 companion object so it can be found by an A => B function where PtM2 is the type B parameter.

Implicit instance for the PolygonM2Pair builder. This has to go in the PtM2 companion object so it can be found by an A => B function where PtM2 is the type B parameter.

Attributes

implicit val unShowEv: UnshowDbl2[PtM2]

Unshow type class instance / evidence for PTM2.

Unshow type class instance / evidence for PTM2.

Attributes