From 064e6b53faec08a67075dd0f97303f5365d4e79b Mon Sep 17 00:00:00 2001 From: scuri <scuri> Date: Mon, 25 Apr 2011 18:26:50 +0000 Subject: *** empty log message *** --- html/en/func/coordinates.html | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'html/en') 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> -- cgit v1.2.3