From 064e6b53faec08a67075dd0f97303f5365d4e79b Mon Sep 17 00:00:00 2001 From: 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') 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 ScrollArea.

and Origin functions. And those are affected if a transformation is set, just like other regular primitives.

+

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.

double* cdCanvasGetTransform(cdCanvas* canvas); [in C]
-- 
cgit v1.2.3