LineSegLength2
ostrat.geom.LineSegLength2
trait LineSegLength2[VT <: PtLength2] extends LineSegLike[VT]
A line segment whose coordinates are specified in Length units.
Attributes
- Graph
-
- Supertypes
-
trait LineSegLike[VT]trait ValueNElemtrait SpecialTclass Objecttrait Matchableclass AnyShow all
- Known subtypes
-
class LineSegKm2class LineSegM2
Members list
Value members
Abstract methods
Inherited methods
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
def mapOpt[VB, LB <: LineSegLike[VB]](f: VT => Option[VB])(implicit build: LineSegLikeBuilderMap[VB, LB]): Option[LB]
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
In this article