LineSegM2

ostrat.geom.LineSegM2$
See theLineSegM2 companion class
object LineSegM2

Companion object for line segments in a 2 dimensional space measured in metres. Conatains an apply method, an implicit ArrMap builder instance and an extension method.

Attributes

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

Members list

Concise view

Type members

Classlikes

implicit class LineSegMExtensions(val thisSeg: LineSegM2)

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any

Value members

Concrete methods

def apply(startDist2: PtM2, endDist2: PtM2): LineSegM2

Implicits

Implicits

final implicit def LineSegMExtensions(thisSeg: LineSegM2): LineSegMExtensions

Implicit instance / evidence for ArrMapBuilder type class.

Implicit instance / evidence for ArrMapBuilder type class.

Attributes