diff options
author | scuri <scuri> | 2011-04-25 18:26:50 +0000 |
---|---|---|
committer | scuri <scuri> | 2011-04-25 18:26:50 +0000 |
commit | 064e6b53faec08a67075dd0f97303f5365d4e79b (patch) | |
tree | 482d496b90975c7576de91ef0a89a58f96993612 /html/en | |
parent | 070d6122a997dfdc932c2ec2b3f547a6c8edef54 (diff) |
*** empty log message ***
Diffstat (limited to 'html/en')
-rw-r--r-- | html/en/func/coordinates.html | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/html/en/func/coordinates.html b/html/en/func/coordinates.html index 1f09f4b..ce4ff9a 100644 --- a/html/en/func/coordinates.html +++ b/html/en/func/coordinates.html @@ -119,6 +119,11 @@ and <strong>ScrollArea</strong>.</p> and <strong>Origin</strong> functions. And those are affected if a transformation is set, just like other regular primitives.</p> + <p>The transformation matrix and world coordinates perform similar + functions. World coordinates were developed before the transformation matrix + support. The transformation matrix operates at a lower level than world + coordinates, and, as such, might be faster, but might behave differently on + different platforms. World coordinates behave consistently across platforms.</p> </div><div class="function"><pre class="function"><span class="mainFunction">double* <a name="cdGetTransform">cdCanvasGetTransform</a>(cdCanvas* canvas); [in C]</span> |