ScaleXY

ostrat.geom.ScaleXY
See theScaleXY companion trait
object ScaleXY

Companion object for scale transformation where the X and Y components can be scaled independently. Contains instance for comon types.

Attributes

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

Members list

Implicits

Implicits

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