Cairo
PHP Manual

The CairoMatrix class

Introduction

Description of the class.

Class synopsis

CairoMatrix
CairoMatrix {
/* Methods */
__construct ([ float $xx [, float $yx [, float $xy [, float $yy [, float $x0 [, float $y0 ]]]]]] )
public static void initIdentity ( void )
public static void initRotate ( string $radians )
public static void initScale ( string $sx , string $sy )
public static void initTranslate ( string $tx , string $ty )
public void invert ( void )
public static void multiply ( string $matrix1 , string $matrix2 )
public void rotate ( string $sx , string $sy )
public void transformDistance ( string $dx , string $dy )
public void transformPoint ( string $dx , string $dy )
public void translate ( string $tx , string $ty )
}

Table of Contents


Cairo
PHP Manual