PtFm2

ostrat.geom.PtFm2
See thePtFm2 companion class
object PtFm2

Companion object for PtFm2 class contains factory methods and various type class instances. The GeomLen2Elem type class instances are in the PtLen2 companion object.

Attributes

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

Members list

Value members

Concrete methods

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

Factory apply method for creating 2-dimensional points defined in Femtometres from the X and Y Length components. There is an apply name overload that takes the Double values as parameters.

Factory apply method for creating 2-dimensional points defined in Femtometres from the X and Y Length components. There is an apply name overload that takes the Double values as parameters.

Attributes

def apply(xFemtometresNum: Double, yFemtometresNum: Double): PtFm2

Factory apply method for creating 2-dimensional vectors defined in Femtometres from the 2 Double value. There is an apply name overload that takes X and Y Lengths as parameters.

Factory apply method for creating 2-dimensional vectors defined in Femtometres from the 2 Double value. There is an apply name overload that takes X and Y Lengths as parameters.

Attributes

def origin: PtFm2

Origin of 2-dimensional space specified in femtometres.

Origin of 2-dimensional space specified in femtometres.

Attributes

Implicits

Implicits

Implicit BuilderArrMap type class instance / evidence for PtFm2 and PtFm2Arr.

Implicit BuilderArrMap type class instance / evidence for PtFm2 and PtFm2Arr.

Attributes

Implicit LinePathBuilder type class instance / evidence for PtFm2 and LinePathPtFm2.

Implicit LinePathBuilder type class instance / evidence for PtFm2 and LinePathPtFm2.

Attributes

implicit val persistEv: ShowTellDbl2[PtFm2]

Show type class instance / evidence for PTFm2.

Show type class instance / evidence for PTFm2.

Attributes

Implicit PolygonLikeBuilderMap type class instance / evidence for PtFm2 and PolygonPtFm2.

Implicit PolygonLikeBuilderMap type class instance / evidence for PtFm2 and PolygonPtFm2.

Attributes

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

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

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

Attributes

implicit val unShowEv: UnshowDbl2[PtFm2]

Unshow type class instance / evidence for PTFm2.

Unshow type class instance / evidence for PTFm2.

Attributes