ostrat.prid.phex.LineSegHC
See theLineSegHC companion object
Attributes
- Companion
- object
- Graph
-
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait LineSegLikeInt4[HCoord]trait Int4Elemtrait LineSegLikeIntN[HCoord]trait IntNElemtrait LineSegLike[HCoord]trait ValueNElemtrait SpecialTclass Objecttrait Matchableclass AnyShow all
Members list
Value members
Concrete methods
Incorrect.
Incorrect.
Attributes
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: HCoord => 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: HCoord => 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