Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source
Page
Library
Module
Module type
Parameter
Class
Class type
Source
Wall.Transform
SourceDefinition of affine transformation matrices.
px t x y
is the x coordinate of the point (x,y) after applying the affine transformation t
.
py t x y
is the y coordinate of the point (x,y) after applying the affine transformation t
.
linear_px t x y
is the x coordinate of the point (x,y) after applying the linear transformation described by t
. Translation is ignored!
linear_py t x y
is the y coordinate of the point (x,y) after applying the linear transformation described by t
. Translation is ignored!