Shear

ostrat.geom.Shear
See theShear companion trait
object Shear

Companion object for the Shear type class. Contains implicit instances for common types.

Attributes

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

Members list

Givens

Givens

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