LSegKm2

ostrat.geom.LSegKm2
See theLSegKm2 companion class
object LSegKm2

Companion object for line segments in a 2-dimensional space measured in metres. Contains 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
LSegKm2.type

Members list

Value members

Concrete methods

def apply(startPt: PtLen2, endPt: PtLen2): LSegKm2

Factory apply method for constructing LSegKm2s from the start and end points. There is an apply overload to construct from the X and Y components of the start and end points. To construct from scalar quantities use the metresNum method.

Factory apply method for constructing LSegKm2s from the start and end points. There is an apply overload to construct from the X and Y components of the start and end points. To construct from scalar quantities use the metresNum method.

Attributes

def apply(xStartPt: Length, yStartPt: Length, xEndPt: Length, yEndPt: Length): LSegKm2

Factory apply method for constructing LSegKm2s from the X and Y components of the start and end points. There is an apply overload to construct from the start and end points.To construct from scalar quantities use the metresNum method.

Factory apply method for constructing LSegKm2s from the X and Y components of the start and end points. There is an apply overload to construct from the start and end points.To construct from scalar quantities use the metresNum method.

Attributes

def apply(xStartKilometresNum: Double, yStartKilometresNum: Double, xEndKilometresNum: Double, yEndKilometresNum: Double): LSegKm2

Factory method for constructing LSegKm2 from scalar quantities. To construct from PtLen2 quantities use the apply methods.

Factory method for constructing LSegKm2 from scalar quantities. To construct from PtLen2 quantities use the apply methods.

Attributes

Implicits

Implicits

Implicit instance / evidence for BuilderArrMap type class.

Implicit instance / evidence for BuilderArrMap type class.

Attributes

Show and Unshow type class instances / evidence for LSegKm2.

Show and Unshow type class instances / evidence for LSegKm2.

Attributes