LineSeg

ostrat.geom.LineSeg$
See theLineSeg companion class
object LineSeg

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

Attributes

Companion:
class
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
LineSeg.type

Members list

Concise view

Value members

Concrete methods

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

Factory apply method for LineSeg.

Factory apply method for LineSeg.

Attributes

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

Creates a horizontal LineSeg.

Creates a horizontal LineSeg.

Attributes

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

Creates a vertical LineSeg.

Creates a vertical LineSeg.

Attributes

Implicits

Implicits

Implicit instance / evidence for ArrMapBuilder type class.

Implicit instance / evidence for ArrMapBuilder type class.

Attributes

implicit val eqTImplicit: EqT[LineSeg]
implicit def pairArrMapBuilderEv[B2](implicit ct: ClassTag[B2]): LineSegPairArrMapBuilder[B2]