Hi;

On Thu, 2007-11-15 at 09:34 +0100, Murray Cumming wrote:
> The documentation for clutter_actor_request_coords() is unclear to me.
> What data is it giving me and how is it giving it to me? Is the box
> parameter an output (or in/out) parameter?
> 
>
http://clutter-project.org/docs/ClutterActor.html#clutter-actor-request-coords

You pass it a pointer to the box structure with a requested bounding box
for the actor. 

> 
> Likewise, clutter_actor_query_coords(), which has the extra confusion

This populates the box with the actors actual co-ords for its bounding
box.

> that I need to wonder what is the difference between "new
>untransformed
> co-ordinates" and "untransformed co-ordinates".
> 

by untransformed, it means ignoring scale, rotation etc.

Its my bad this query/request stuff is a little confusing - kind of
silly attempt to avoid need for public but private vars. Ebassi beats me
up about it lots. We're going to sort for 0.6.

  == Matthew 

-- 
To unsubscribe send a mail to [EMAIL PROTECTED]

Reply via email to