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

Concise view

Type members

Classlikes

implicit class Metres2Implicit(thisMetres2: PtM2)

Attributes

Graph
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

Implicits

Implicits

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