ostrat.prid.psq.LineSegSC
See theLineSegSC companion object
Attributes
- Companion
- object
- Graph
-
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait LineSegLikeInt4[SqCoord]trait Int4Elemtrait LineSegLikeIntN[SqCoord]trait IntNElemtrait LineSegLike[SqCoord]trait ValueNElemtrait SpecialTclass Objecttrait Matchableclass AnyShow all
Members list
Value members
Inherited methods
Utility method to append this element on to an ArrayBuffer[Int]. End users should rarely need to use this method. This is useful for methods like filter.
def map[VB, LB <: LineSegLike[VB]](f: SqCoord => VB)(implicit build: LineSegLikeMapBuilder[VB, LB]): LB
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: SqCoord => Option[VB])(implicit build: LineSegLikeMapBuilder[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
Attributes
- Inherited from:
- Product
Attributes
- Inherited from:
- Product
In this article