RotateFlipMatrix

Companion:
class
trait Product
trait Mirror
class Object
trait Matchable
class Any

Type members

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Inherited from:
Mirror
type MirroredLabel <: String

The name of the type

The name of the type

Inherited from:
Mirror

Value members

Concrete methods

def flipX[A](in: GE[A], rows: I, columns: I): GE[A]
def flipY[A](in: GE[A], rows: I, columns: I): GE[A]
override def read(in: RefMapIn, key: String, arity: Int, adj: Int): RotateFlipMatrix[_]
Definition Classes
def rot180[A](in: GE[A], rows: I, columns: I): GE[A]
def rot90CCW[A](in: GE[A], rows: I, columns: I): GE[A]
def rot90CW[A](in: GE[A], rows: I, columns: I): GE[A]
def through[A](in: GE[A], rows: I, columns: I): GE[A]

Concrete fields

final val FlipX: 1
final val FlipY: 2
final val Rot180: 3
final val Rot90CCW: 8
final val Rot90CW: 4
final val Through: 0