? UI\Draw\Path::newFigureWithArc
UI\Draw\Matrix::invert ?
PHP Manual
UI
Draw Matrix
Draw Matrix
(UI 0.9.9)
¼ò½é
ÀàÕªÒª
UI\Draw\Matrix
{
/* ·½·¨ */
public
invert
( )
public
isInvertible
( ) :
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
)
}
Table of Contents
UI\Draw\Matrix::invert
— Invert Matrix
UI\Draw\Matrix::isInvertible
— Invertible Detection
UI\Draw\Matrix::multiply
— Multiply Matrix
UI\Draw\Matrix::rotate
— Rotate Matrix
UI\Draw\Matrix::scale
— Scale Matrix
UI\Draw\Matrix::skew
— Skew Matrix
UI\Draw\Matrix::translate
— Translate Matrix
User Contributed Notes
There are no user contributed notes for this page.