LineSeg3

ostrat.geom.LineSeg3
See theLineSeg3 companion class
object LineSeg3

Companion object for LineSeg3 contains factory apply methods.

Attributes

Companion
class
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
LineSeg3.type

Members list

Value members

Concrete methods

def apply(pStart: Pt3, pEnd: Pt3): LineSeg3

Factory apply method to create a line segment in 3 dimensions from 2 Pt3 points. There is also a name overload to create a LineSeg from its 4 consituent Doubles.

Factory apply method to create a line segment in 3 dimensions from 2 Pt3 points. There is also a name overload to create a LineSeg from its 4 consituent Doubles.

Attributes

def apply(xStart: Double, yStart: Double, zStart: Double, xEnd: Double, yEnd: Double, zEnd: Double): LineSeg3

Factory apply method to create a line segment in 3 dimensions from 4 Doubles. There is also a name overload to create a LineSeg from its Pt3 start and end points.

Factory apply method to create a line segment in 3 dimensions from 4 Doubles. There is also a name overload to create a LineSeg from its Pt3 start and end points.

Attributes

Implicits

Implicits

implicit lazy val persistEv: Persist2Both[Pt3, Pt3, LineSeg3]

Implicit Show and Unshow instances / evidence for LineSeg3.

Implicit Show and Unshow instances / evidence for LineSeg3.

Attributes