Not logged inOpenClonk Forum
Up Topic local vs. global coordinates

This board is threaded (i.e. has a tree structure). Please use the Reply button of the specific post you are referring to, not just any random button. If you want to reply to the topic in general, use the Post button near the top and bottom of the page.

Post Reply
In Response to PeterW
Have been thinking about that, too. A couple of ideas about that:
* How to fit into C4Value? Use higher and lower word? FIXED is already capped at 2^15, but:
* Could actually use FIXED directly? Might solve the whole precision confusion as well.
* Simply use 2-element array? Might be costly for something used so frequently.
* How to write it? "localXY(x, y)" for object-local coordiantes and "globalXY(x, y)" for global ones?

Powered by mwForum 2.29.7 © 1999-2015 Markus Wichitill