DistCurveTail
Needs removing. A curve segment tail described in distance units rather than scalars. A DistCurveSeg without its starting point which will normally be supplied by the preceding DistCurveTail.
Attributes
- Graph
-
- Supertypes
-
trait DistCurveSegLiketrait Dbl7Elemtrait DblNElemtrait ValueNElemtrait SpecialTclass Objecttrait Matchableclass AnyShow all
Members list
Value members
Concrete methods
Inherited methods
Utility method to append this as an element to an ArrayBuffer[Double]. End users should rarely need to use this method.
Attributes
- Inherited from:
- DistCurveSegLike
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
- Inherited from:
- DistCurveSegLike
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
- Inherited from:
- DistCurveSegLike
Attributes
- Inherited from:
- DistCurveSegLike
Attributes
- Inherited from:
- DistCurveSegLike
the x component of the uses point
Attributes
- Inherited from:
- DistCurveSegLike
the y component of the end point
the y component of the uses point
Concrete fields
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.