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
def metres(xMetres: Double, yMetres: Double, zMetres: Double): PtM3

Implicits

Implicits

implicit def pairArrBuiderImplicit[B2](implicit ct: ClassTag[B2]): PtM3PairArrMapBuilder[B2]
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