PtKm2

ostrat.geom.PtKm2
See thePtKm2 companion class
object PtKm2

Companion object for PtKm2 class contains factory apply methods, extension methods and type class instances.

Attributes

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

Members list

Value members

Concrete methods

def apply(xKilometresNum: Double, yKilometresNum: Double): PtKm2

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

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

Attributes

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

Factory method for creating a 2-dimensional point measured in metres from the X and Y Lengths.

Factory method for creating a 2-dimensional point measured in metres from the X and Y Lengths.

Attributes

def origin: PtKm2

Origin of a 2-dimensional space measured in Kilometres.

Origin of a 2-dimensional space measured in Kilometres.

Attributes

Implicits

Implicits

Implicit BuilderArr type class instance / evidence for PtKm2 and LinePathKm2.

Implicit BuilderArr type class instance / evidence for PtKm2 and LinePathKm2.

Attributes

Implicit LinePathBuilder type class instance / evidence for PtKm2 and LinePathKm2.

Implicit LinePathBuilder type class instance / evidence for PtKm2 and LinePathKm2.

Attributes

implicit val persistEv: ShowTellDbl2[PtKm2]

Show type class instance / evidence for PTKm2.

Show type class instance / evidence for PTKm2.

Attributes

Implicit PolygonBuilder type class instance / evidence for PtKm2 and PolygonKm2.

Implicit PolygonBuilder type class instance / evidence for PtKm2 and PolygonKm2.

Attributes

implicit def polygonPairBuilderEv[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