downloads | documentation | faq | getting help | mailing lists | licenses | wiki | reporting bugs | php.net sites | links | conferences | my php.net

search for in the

CairoMatrix::__construct> <CairoLineJoin
Last updated: Fri, 20 Nov 2009

view this page in

The CairoMatrix class

Introduction

Matrices are used throughout cairo to convert between different coordinate spaces.

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 ( float $radians )
public static void initScale ( float $sx , float $sy )
public static void initTranslate ( float $tx , float $ty )
public void invert ( void )
public static void multiply ( string $matrix1 , string $matrix2 )
public void rotate ( string $sx , string $sy )
public void scale ( float $sx , float $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



add a note add a note User Contributed Notes
CairoMatrix
There are no user contributed notes for this page.

CairoMatrix::__construct> <CairoLineJoin
Last updated: Fri, 20 Nov 2009
 
 
show source | credits | stats | sitemap | contact | advertising | mirror sites