LSeg3

ostrat.geom.LSeg3
See theLSeg3 companion class
object LSeg3

Companion object for LineSeg3 contains factory apply methods.

Attributes

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

Members list

Value members

Concrete methods

def apply(pStart: Pt3, pEnd: Pt3): LSeg3

Factory apply method to create a line segment in 3 dimensions from 2 Pt3 points. There is also a name overload to create a LSeg2 from its 4 consituent Doubles.

Factory apply method to create a line segment in 3 dimensions from 2 Pt3 points. There is also a name overload to create a LSeg2 from its 4 consituent Doubles.

Attributes

def apply(xStart: Double, yStart: Double, zStart: Double, xEnd: Double, yEnd: Double, zEnd: Double): LSeg3

Factory apply method to create a line segment in 3 dimensions from 4 Doubles. There is also a name overload to create a LSeg2 from its Pt3 start and end points.

Factory apply method to create a line segment in 3 dimensions from 4 Doubles. There is also a name overload to create a LSeg2 from its Pt3 start and end points.

Attributes

Implicits

Implicits

implicit lazy val persistEv: Persist2Both[Pt3, Pt3, LSeg3]

Implicit Show and Unshow instances / evidence for LSeg3.

Implicit Show and Unshow instances / evidence for LSeg3.

Attributes