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

Givens

Givens

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