diff options
author | Rémi Verschelde <rverschelde@gmail.com> | 2016-02-15 23:22:28 +0100 |
---|---|---|
committer | Rémi Verschelde <rverschelde@gmail.com> | 2016-02-15 23:30:52 +0100 |
commit | 54399378993f768617e0cae469d647606cc28042 (patch) | |
tree | 665ffd6f71864607cacc83918dbe0bc19c32d305 /doc | |
parent | 76ff31b3ff748aeb966638037b9a75a7dae6d11b (diff) |
Bind method is_cell_transposed
Diffstat (limited to 'doc')
-rw-r--r-- | doc/base/classes.xml | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/doc/base/classes.xml b/doc/base/classes.xml index fce3aea0be..e2e5cd2beb 100644 --- a/doc/base/classes.xml +++ b/doc/base/classes.xml @@ -36394,6 +36394,17 @@ This method controls whether the position between two cached points is interpola Return whether the referenced cell is flipped over the Y axis. </description> </method> + <method name="is_cell_transposed" qualifiers="const"> + <return type="bool"> + </return> + <argument index="0" name="x" type="int"> + </argument> + <argument index="1" name="y" type="int"> + </argument> + <description> + Return whether the referenced cell is transposed, i.e. the X and Y axes are swapped (mirroring with regard to the (1,1) vector). + </description> + </method> <method name="clear"> <description> Clear all cells. |