From: Oliver B. <ol...@fi...> - 2008-02-10 12:06:46
|
Zitat von "Alan W. Irwin" <ir...@be...>: [...] > > Did you really want to rotate your results by 0.4*90 = 36 degrees? Yes. Not, that I have a reason to do it in the real world right now, but possibly sometimes I might need it. I wanted to see, if i works correctly, and it does not. [...] > If not, > comment out the "plsdiori(0.4);" line in your code and you should > probably > be okay. [...] If there is a floating point value to select the orientation, it should be possible to use it with floats. I looked into the ref-man now, and there was mentioned that it is intended to use it with values 0, 1, 2, and 3. But why not an int-value for that? The design is not clear here. If there is the possibility to have floating poibnt values, they should be supported, IMHO. Ciao, Oliver P.S.: I have found other bugs too, a while ago, and maybe I will send them to this list also. The above one was one of the first few I found. |