EArcTail

ostrat.geom.EArcTail
case class EArcTail(cenX: Double, cenY: Double, v0x: Double, v0y: Double, v1x: Double, v1y: Double, endX: Double, endY: Double) extends CurveTail

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait CurveTail
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

override def curveSeg(startX: Double, startY: Double): CurveSeg

The full CurveSeg

The full CurveSeg

Attributes

Definition Classes
override def curveSeg(startPt: Pt2): CurveSeg

The full CurveSeg

The full CurveSeg

Attributes

Definition Classes
override def endPt: Pt2

The end point of the CurveSeg.

The end point of the CurveSeg.

Attributes

Definition Classes

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product