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(in: GE, rows: GE, columns: GE): GE
def flipY(in: GE, rows: GE, columns: GE): GE
override
def read(in: RefMapIn, key: String, arity: Int): RotateFlipMatrix
Definition Classes
def rot180(in: GE, rows: GE, columns: GE): GE
def rot90CCW(in: GE, rows: GE, columns: GE): GE
def rot90CW(in: GE, rows: GE, columns: GE): GE
def through(in: GE, rows: GE, columns: GE): GE

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