Name
page:GetTransMatrix -- get current transformation matrix
Synopsis
m = page:GetTransMatrix()
Function
page:GetTransMatrix() gets the current transformation matrix of the page.

This method will return the transformation matrix in a table with the following fields initialized:

a
Scaling x coordinate

b
Rotation x coordinate

c
Rotation y coordinate

d
Scaling y coordinate

x
Translation x coordinate

y
Translation y coordinate

Inputs
none

Results
m
transformation matrix

Show TOC