PHP 8.4.24 Released!

Draw Matrix

(UI 0.9.9)

Introduzione

Sommario della classe

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

Indice dei contenuti

add a note

User Contributed Notes

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