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

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 BuilderArrMap type class.

Implicit instance / evidence for BuilderArrMap type class.

Attributes

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

Show and Unshow type class instance / evidence for LineSeg.

Show and Unshow type class instance / evidence for LineSeg.

Attributes