Closed GoogleCodeExporter closed 8 years ago
Yes, the coordinates 0,0 are considered undefined by the library and as such
the flyto behaviour will not work. I considered using Double.NaN to rectify
this issue but that in-itself introduces some other issues. I will take another
look at this and will see if it can be resolved.
Out of interest, is the point at 0,0 vital for your work or is it just that you
used those coordinates to test something?
Best,
Fraser
Original comment by fraser.c...@gmail.com
on 18 Nov 2012 at 7:12
Hi Fraser,
Not vital at all. I was just using 0, 0 as a test point but I spent a couple
of days trying to figure out how to make a LookAt or FlyTo work.
Tracy
Original comment by tracyJan...@gmail.com
on 27 Nov 2012 at 1:24
OK, I will document the behavior more clearly rather than changing it.
Just to clarify why, an empty coordinate has to have a value and it seems
logical to make this 0,0 by default.
As certain operations return an empty coordinate when they fail it seems
logical too to ignore any 0,0 coordinates as 'empty'.
Original comment by fraser.c...@gmail.com
on 20 Jan 2013 at 2:45
Original issue reported on code.google.com by
tracyJan...@gmail.com
on 12 Oct 2012 at 10:02