LSeg2

ostrat.geom.LSeg2
See theLSeg2 companion class
object LSeg2

Companion object for the LineSeg class. Contains factory apply methods and implicit instances for LSeg2s.

Attributes

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

Members list

Value members

Concrete methods

def apply(pStart: Pt2, pEnd: Pt2): LSeg2

Factory apply method for LineSeg.

Factory apply method for LineSeg.

Attributes

def apply(xStart: Double, yStart: Double, xEnd: Double, yEnd: Double): LSeg2
def horr(y: Double, xStart: Double, yEnd: Double): LSeg2

Creates a horizontal LineSeg.

Creates a horizontal LineSeg.

Attributes

def vert(x: Double, yStart: Double, yEnd: Double): LSeg2

Creates a vertical LineSeg.

Creates a vertical LineSeg.

Attributes

Implicits

Implicits

Implicit instance / evidence for BuilderArrMap type class.

Implicit instance / evidence for BuilderArrMap type class.

Attributes

implicit val eqTImplicit: EqT[LSeg2]
implicit def pairArrMapBuilderEv[B2](implicit ct: ClassTag[B2]): LineSegPairArrMapBuilder[B2]
implicit val persistEv: Persist2Both[Pt2, Pt2, LSeg2]

Show and Unshow type class instance / evidence for LSeg2.

Show and Unshow type class instance / evidence for LSeg2.

Attributes

implicit def transimplicit: Aff2Trans[LSeg2]