Options
All
  • Public
  • Public/Protected
  • All
Menu

Represents the primitive transformations that, when applied successively, result in a given matrix. See RaphaelMatrix.split.

Hierarchy

  • RaphaelMatrixTransformInfo

Index

Properties

dx: number

Translation in the horizontal direction.

dy: number

Translation in the vertical direction.

isSimple: boolean

Whether the matrix can be represented via simple transformations. If this set to false the other properties of this instance are devoid of meaning and should not be accessed.

rotate: number

Rotation in degree.

scalex: number

Scaling factor in the horizontal direction.

scaley: number

Scaling factor in the vertical direction.

shear: number

Shearing coefficient.

Generated using TypeDoc