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-dimensional point specified in Metres. If you want to consttuct from scalars use the metresNum method.

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

Attributes

def apply(xMetresNum: Double, yMetresNum: 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

Givens

Givens

Implicit BuilderArrMap instance / evidence for PtM2 and Pt2M2Arr.

Implicit BuilderArrMap instance / evidence for PtM2 and Pt2M2Arr.

Attributes

Implicit LinePathLikeBuilderMap instance / evidence for PtM2 and LinePathM2.

Implicit LinePathLikeBuilderMap instance / evidence for PtM2 and LinePathM2.

Attributes

Show type class instance / evidence for PTM2.

Show type class instance / evidence for PTM2.

Attributes

Implicit PolygonLikeBuilderMap instance / evidence for PtM2 and PolyognM2.

Implicit PolygonLikeBuilderMap instance / evidence for PtM2 and PolyognM2.

Attributes

given polygonPairBuildEv[A2](using ctA: 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

Unshow type class instance / evidence for PTM2.

Unshow type class instance / evidence for PTM2.

Attributes