PtKm2

ostrat.geom.PtKm2
See thePtKm2 companion class
object PtKm2

Companion object for PtKm2 class contains factory methods.

Attributes

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

Members list

Type members

Classlikes

implicit class Metres2Implicit(thisMetres2: PtKm2)

Attributes

Supertypes
class Object
trait Matchable
class Any

Value members

Concrete methods

def kilometresNum(xKilometres: Double, yKilometres: Double): PtKm2

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: PtKm2

Implicits

Implicits

final implicit def Metres2Implicit(thisMetres2: PtKm2): Metres2Implicit
implicit val persistEv: ShowTellDbl2[PtKm2]

Show type class instance / evidence for PTKm2.

Show type class instance / evidence for PTKm2.

Attributes

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

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

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

Attributes

implicit val unShowEv: UnshowDbl2[PtKm2]

Unshow type class instance / evidence for PTKm2.

Unshow type class instance / evidence for PTKm2.

Attributes