Simil2Trans

ostrat.geom.Simil2Trans
See theSimil2Trans companion trait
object Simil2Trans

Companion object for the Simil2Trans geometric transformation set type class trait.

Attributes

Companion
trait
Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Implicits

Implicits

implicit def arrImplicit[A, AA <: Arr[A]](implicit build: BuilderArrMap[A, AA], ev: Simil2Trans[A]): Simil2Trans[AA]
implicit def arrayImplicit[A](implicit ct: ClassTag[A], ev: Simil2Trans[A]): Simil2Trans[Array[A]]
implicit def functorImplicit[A, F[_]](implicit evF: Functor[F], evA: Simil2Trans[A]): Simil2Trans[F[A]]