DistCurveSegLike

ostrat.geom.DistCurveSegLike

Needs removing. A base trait for DistCurveSeg and DistCurveTail and their associated GraphicElemsDist (these haven't been implemented or precisely named yet).

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes

Members list

Value members

Abstract methods

Set to Double.NaN if LineSegment. Set to Double.Positive Infinity of ArcSegment, otherwise the x component of the the first bezier control point.

Set to Double.NaN if LineSegment. Set to Double.Positive Infinity of ArcSegment, otherwise the x component of the the first bezier control point.

Attributes

Concrete methods

final def pC1: PtM2
final def pEnd: PtM2

The end point. Often called p2 on a line or p4 on a cubic bezier.

The end point. Often called p2 on a line or p4 on a cubic bezier.

Attributes

final def pUses: PtM2

The uses point. The centre point on an arc segment, control point 2 on a cubic bezier. Not used on line segment.

The uses point. The centre point on an arc segment, control point 2 on a cubic bezier. Not used on line segment.

Attributes

final def xC1: Length
def xEnd: Length
def xUses: Length

the x component of the uses point

the x component of the uses point

Attributes

final def yC1: Length
def yEnd: Length

the y component of the end point

the y component of the end point

Attributes

def yUses: Length

the y component of the uses point

the y component of the uses point

Attributes