ArcTail

ostrat.geom.ArcTail
object ArcTail

This provides factory methods to create an ArcTail. There is no independent ArcTail class. This is one of 3 factory objects to CurveTail.

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type
ArcTail.type

Members list

Value members

Concrete methods

def apply(cen: Pt2, pEnd: Pt2): CurveTailOld

Apply method to create an arc curve tail, from the centre and end point of the arc.

Apply method to create an arc curve tail, from the centre and end point of the arc.

Attributes

def apply(xCen: Double, yCen: Double, xEnd: Double, yEnd: Double): CurveTailOld

Apply method to create an arc curve tail, from the centre and end point of the arc.

Apply method to create an arc curve tail, from the centre and end point of the arc.

Attributes