Inherits from JavaScript Object
Location aphid.core.AffineTransformation

Overview

A structure for holding an affine transformation matrix.

Overview of Constructors

Overview of Tasks

Attributes

  • Type
  • float
  • float
  • float
  • float
  • float
  • float
  • Writability
  • readwrite
  • readwrite
  • readwrite
  • readwrite
  • readwrite
  • readwrite

Functions

  • Return Type
  • AffineTransformation
  • void

Constructors

AffineTransformation(a, b, c, d, tx, ty)

new AffineTransformation(float a, float b, float c, float d, float tx, float ty)

Parameters

float a
float b
float c
float d
float tx
float ty

Attributes

a

readwrite float a

b

readwrite float b

c

readwrite float c

d

readwrite float d

tx

readwrite float tx

ty

readwrite float ty

Functions

clone()

Return Value: AffineTransformation

setAll(a, b, c, d, tx, ty)

void setAll(float a, float b, float c, float d, float tx, float ty)

Parameters

float a
float b
float c
float d
float tx
float ty