CurveTailMOld
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 CurveSegMLikeOldtrait 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:
- CurveSegMLikeOld
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:
- CurveSegMLikeOld
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:
- CurveSegMLikeOld
Attributes
- Inherited from:
- CurveSegMLikeOld
Attributes
- Inherited from:
- CurveSegMLikeOld
the x component of the uses point
Attributes
- Inherited from:
- CurveSegMLikeOld
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.