PtPm2

ostrat.geom.PtPm2
See thePtPm2 companion class
object PtPm2

Companion object for PtPm2 class contains factory methods and various type class instances.

Attributes

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

Members list

Value members

Concrete methods

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

Factory method for creating a 2-dimensional point measured in picometres from the X and Y Lengths. There is an apply name overload that takes the Double values as parameters.

Factory method for creating a 2-dimensional point measured in picometres from the X and Y Lengths. There is an apply name overload that takes the Double values as parameters.

Attributes

def apply(xPicometresNum: Double, yPicometresNum: Double): PtPm2

Factory method for creating a 2-dimensional point measured in metres from the scalar Double values. There is an apply name overload that takes the X and Y Length components.

Factory method for creating a 2-dimensional point measured in metres from the scalar Double values. There is an apply name overload that takes the X and Y Length components.

Attributes

def origin: PtPm2

The origin of 2-dimensional coordinate space defined in picometres.

The origin of 2-dimensional coordinate space defined in picometres.

Attributes

Implicits

Implicits

Implicit BuilderArrMap type class instance / evidence for PtPm2 and PtPm2Arr.

Implicit BuilderArrMap type class instance / evidence for PtPm2 and PtPm2Arr.

Attributes

Implicit LinePathBuilder type class instance / evidence for PtPm2 and LinePathPtPm2.

Implicit LinePathBuilder type class instance / evidence for PtPm2 and LinePathPtPm2.

Attributes

implicit val persistEv: ShowTellDbl2[PtPm2]

Show type class instance / evidence for PTPm2.

Show type class instance / evidence for PTPm2.

Attributes

Implicit PolygonBuilder type class instance / evidence for PtPm2 and PolygonPtPm2.

Implicit PolygonBuilder type class instance / evidence for PtPm2 and PolygonPtPm2.

Attributes

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

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

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

Attributes

implicit val unShowEv: UnshowDbl2[PtPm2]

Unshow type class instance / evidence for PTPm2.

Unshow type class instance / evidence for PTPm2.

Attributes