DistCurveTail
class DistCurveTail(val iMatch: Double, val xC1Metres: Double, val yC1Metres: Double, val xUsesMetres: Double, val yUsesMetres: Double, val xEndMetres: Double, val yEndMetres: Double) extends ElemDbl7 with DistCurveSegLike
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.
trait DistCurveSegLike
trait ElemDbl7
trait ElemDblN
trait ElemValueN
trait SpecialT
class Object
trait Matchable
class Any
Value members
Concrete methods
Inherited methods
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.
- 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.
- Inherited from:
- DistCurveSegLike