php man page for cairomatrix

Query: cairomatrix

OS: php

Section: 3

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

CAIROMATRIX(3)								 1							    CAIROMATRIX(3)

The CairoMatrix class

INTRODUCTION
Matrices are used throughout cairo to convert between different coordinate spaces.
CLASS SYNOPSIS
CairoMatrix CairoMatrix Methods o public CairoMatrix::__construct ([float $xx = 1.0], [float $yx = 0.0], [float $xy = 0.0], [float $yy = 1.0], [float $x0 = 0.0], [float $y0 = 0.0]) o publicstatic void CairoMatrix::initIdentity (void ) o publicstatic void CairoMatrix::initRotate (float $radians) o publicstatic void CairoMatrix::initScale (float $sx, float $sy) o publicstatic void CairoMatrix::initTranslate (float $tx, float $ty) o public void CairoMatrix::invert (void ) o publicstatic CairoMatrix CairoMatrix::multiply (CairoMatrix $matrix1, CairoMatrix $matrix2) o public void CairoMatrix::rotate (string $sx, string $sy) o public void CairoMatrix::scale (float $sx, float $sy) o public array CairoMatrix::transformDistance (string $dx, string $dy) o public array CairoMatrix::transformPoint (string $dx, string $dy) o public void CairoMatrix::translate (string $tx, string $ty) PHP Documentation Group CAIROMATRIX(3)
Related Man Pages
cairopssurface(3) - php
cairosvgsurface(3) - php
imagickdraw(3) - php
intltimezone(3) - php
swfdisplayitem(3) - php
Similar Topics in the Unix Linux Community
Simple rules of the UNIX.COM forums:
Forum Video Tutorial: How to Use Code Tags
Please Welcome Don Cragun as Lead Moderator
The Order of the Wizard's Hat - Lifetime Achievement Award 2019 - Congrats to Wolf Machowitsch