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

Concise view

Value members

Concrete methods

def apply(x: Length, y: Length, z: Length): PtM3
def metres(xMetres: Double, yMetres: Double, zMetres: Double): PtM3

Concrete fields

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