LineSegLikeDbl4
A line segment where the start and end points are defined in Dbl2Elem vertices. Theis will be the case for the classic 2D space line segment a 2D line segment specified in metres and a line segment specified in latitude and longitude.
Attributes
- Graph
-
- Supertypes
-
trait Dbl4Elemtrait LineSegLikeDblN[VT]trait DblNElemtrait LineSegLike[VT]trait ValueNElemtrait SpecialTclass Objecttrait Matchableclass AnyShow all
- Known subtypes
Members list
Value members
Inherited methods
Utility method to append this as an element to an ArrayBuffer[Double]. End users should rarely need to use this method.
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 LineSegM2.
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 LineSegM2.
Attributes
- Inherited from:
- LineSegLike
Transforms this LineSegLike into a LineSegLike of type LB, by mapping the vertices to vertices of type VB.
Transforms this LineSegLike into a LineSegLike of type LB, by mapping the vertices to vertices of type VB.
Attributes
- Inherited from:
- LineSegLike
Optionally Transforms this LineSegLike into a LineSegLike of type LB, by mapping the vertices to vertices of type VB, as long as both vertices map to a Some result.
Optionally Transforms this LineSegLike into a LineSegLike of type LB, by mapping the vertices to vertices of type VB, as long as both vertices map to a Some result.
Attributes
- Inherited from:
- LineSegLike
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 LineSegM2.
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 LineSegM2.
Attributes
- Inherited from:
- LineSegLike