PtM3

ostrat.geom.PtM3
See thePtM3 companion class
object PtM3

Companion object for the PtM3 class. the 3D point measure in metres length.

Attributes

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

Members list

Value members

Concrete methods

def apply(x: Length, y: Length, z: Length): PtM3

Factory apply method for constructing 3D points specified in Metres, from its component axes specified in Lengths. if you want to construct from scalars use the metresNum method.

Factory apply method for constructing 3D points specified in Metres, from its component axes specified in Lengths. if you want to construct from scalars use the metresNum method.

Attributes

def metreNum(xMetres: Double, yMetres: Double, zMetres: Double): PtM3

Factory method for constructing 3D points specified in Metres, from its component axes measured in numbers of metres. if you want to construct from Length classes components use the apply method.

Factory method for constructing 3D points specified in Metres, from its component axes measured in numbers of metres. if you want to construct from Length classes components use the apply method.

Attributes

Implicits

Implicits

Implicit BuilderArrMap type class instance / evidence for PTM3.

Implicit BuilderArrMap type class instance / evidence for PTM3.

Attributes

implicit def builderArrPairEv[B2](implicit ct: ClassTag[B2]): PtM3PairArrMapBuilder[B2]

Attributes

implicit def polygonPairBuilderImplicit[A2](implicit ct: ClassTag[A2]): PolygonM3PairBuilder[A2]

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

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

Attributes

implicit lazy val showEv: ShowDbl3[PtM3]

Show type class instance / evidence for PTM3.

Show type class instance / evidence for PTM3.

Attributes

implicit lazy val unshowEv: UnshowDbl3[PtM3]

Unshow type class instance / evidence for PTM3.

Unshow type class instance / evidence for PTM3.

Attributes