LSeg2Draw

ostrat.geom.LSeg2Draw
See theLSeg2Draw companion class
object LSeg2Draw

Attributes

Companion
class
Graph
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
LSeg2Draw.type

Members list

Type members

Inherited and Abstract types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror

The name of the type

The name of the type

Attributes

Inherited from:
Mirror

Value members

Concrete methods

def apply(lineSeg: LSeg2, lineWidth: Double, colour: Colour): LSeg2Draw
def apply(pStart: Pt2, pEnd: Pt2, lineWidth: Double, colour: Colour): LSeg2Draw
def dbls(xStart: Double, yStart: Double, xEnd: Double, yEnd: Double, lineWidth: Double, colour: Colour): LSeg2Draw

Implicits

Implicits

implicit val showEv: Show4[Pt2, Pt2, Double, Colour, LSeg2Draw]