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

Type members

Classlikes

implicit class Metres2Implicit(thisMetres2: PtM2)

Attributes

Supertypes
class Object
trait Matchable
class Any

Value members

Concrete methods

def apply(x: Length, y: Length): PtM2
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

Implicits

Implicits

final implicit def Metres2Implicit(thisMetres2: PtM2): Metres2Implicit
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