Draw Matrix

(PHP 7, UI 0.9.9)

Wstęp

Krótki opis klasy

UI\Draw\Matrix {
/* Metody */
public invert ( void )
public isInvertible ( void ) : bool
public multiply ( UI\Draw\Matrix $matrix ) : UI\Draw\Matrix
public rotate ( UI\Point $point , float $amount )
public scale ( UI\Point $center , UI\Point $point )
public skew ( UI\Point $point , UI\Point $amount )
public translate ( UI\Point $point )
}

Spis treści

add a note add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top