Reflect

ostrat.geom.Reflect
See theReflect companion trait
object Reflect

Companion object for the Reflect type class. Contains instances. 2 dimensional vector transformations type class.

Attributes

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

Members list

Implicits

Implicits

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