PolygonM3Pair

ostrat.geom.PolygonM3Pair
See thePolygonM3Pair companion object
class PolygonM3Pair[A2](val a1ArrayDbl: Array[Double], val a2: A2) extends PolygonLikeDblNPair[PtM3, PolygonM3, A2] with SpecialT

Speccialised effeicnet class for pairs where the first ocmponent of the pair is a PolygonM3, a polygon in £d space poits specified in metre scales.

Attributes

Companion:
object
Graph
Supertypes
trait SpecialT
trait PairElem[PolygonM3, A2]
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Concrete methods

override def a1: PolygonM3

The first component of this pair.

The first component of this pair.

Attributes

Definition Classes

Concrete fields

The backing Array of Doubles for the A1 DblNSeqLike.

The backing Array of Doubles for the A1 DblNSeqLike.

Attributes

val a2: A2

The second component of this pair.

The second component of this pair.

Attributes