diff options
author | uid228608 <uid228608> | 2010-08-05 17:45:23 +0000 |
---|---|---|
committer | uid228608 <uid228608> | 2010-08-05 17:45:23 +0000 |
commit | 7709d543806354bf7fbe405f7761830e463d9bc3 (patch) | |
tree | 108a2425a5834de08e0c22fd3744af395c431fd3 /html/en/func | |
parent | f25212341cad459f4f8020b6c2d61dd5a61030dd (diff) |
*** empty log message ***
Diffstat (limited to 'html/en/func')
-rw-r--r-- | html/en/func/coordinates.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/html/en/func/coordinates.html b/html/en/func/coordinates.html index ffaed2a..55e9edc 100644 --- a/html/en/func/coordinates.html +++ b/html/en/func/coordinates.html @@ -77,7 +77,8 @@ canvas:fOrigin(x, y: number) [in Lua]</pre> <p>Allows translating the origin - for instance, to the center of the canvas. The function profits from the architecture of the library to simulate a translation of the origin, which in fact is never actually passed to the - canvas in the respective driver. Default values: (0, 0)</p> + canvas in the respective driver. It is not related with WD nor Transformation + Matrix. Default values: (0, 0)</p> </div><div class="function"><pre class="function"><span class="mainFunction">void cdCanvasGetOrigin(cdCanvas* canvas, int *x, int *y); [in C]</span> |