Pt3

ostrat.geom.Pt3
See thePt3 companion class
object Pt3

Companion object for Pt3 class. Contains apply, unapply factory methods and Persist type class instance.

Attributes

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

Members list

Value members

Concrete methods

def apply(x: Double, y: Double, z: Double): Pt3

apply factory method for Pt3s.

apply factory method for Pt3s.

Attributes

def unapply(orig: Pt3): Option[(Double, Double, Double)]

unapply extractor method for Pt3s.

unapply extractor method for Pt3s.

Attributes

Implicits

Implicits

implicit lazy val persistEv: PersistDbl3Both[Pt3]

Implicit Show and Unshow instances / evidence for Pt3s.

Implicit Show and Unshow instances / evidence for Pt3s.

Attributes