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

Givens

Givens

Implicit BuilderArrMap type class instance / evidence for PTM3.

Implicit BuilderArrMap type class instance / evidence for PTM3.

Attributes

given builderArrPairEv[B2](using ctA: ClassTag[B2]): PtM3PairArrMapBuilder[B2]

BuilderArrPair type class instance / evidence for PtM3.

BuilderArrPair type class instance / evidence for PtM3.

Attributes

given polygonPairBuilderEv[A2](using ctA: 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

given showEv: ShowDbl3[PtM3]

Show type class instance / evidence for PTM3.

Show type class instance / evidence for PTM3.

Attributes

Unshow type class instance / evidence for PTM3.

Unshow type class instance / evidence for PTM3.

Attributes