LineSegLike
A class that is like a LineSeg, includes LineSeg and LineSegMetre. The trait takes the type parameter of the vertex.
class Object
trait Matchable
class Any
class LineSeg
class LineSeg3
class LineSegMetre
class LineSegMetre3
class LineSegLL
class LineSegHC
class LineSegSC
Value members
Abstract methods
The end point of the LineSeglike. The type of start point will depend on the VT vertex type. For example a Pt2 for a LineSeg a PtM2 for a LineSegMetre.
The end point of the LineSeglike. The type of start point will depend on the VT vertex type. For example a Pt2 for a LineSeg a PtM2 for a LineSegMetre.
The start point of the LineSeglike. The type of start point will depend on the VT vertex type. For example a Pt2 for a LineSeg a PtM2 for a LineSegMetre.
The start point of the LineSeglike. The type of start point will depend on the VT vertex type. For example a Pt2 for a LineSeg a PtM2 for a LineSegMetre.