What degree of angles should be used for this function? For the variables sAngle, eAngle, and aStep
What degree of angles should be used for this function? For the variables sAngle, eAngle, and aStep
Depends on what you want it to do.
Try this page: http://docs.villavu.com/simba/script...nddtmrotatedse
The explanation isn't too exhaustive, but perhaps it helps?
The best way to contact me is by email, which you can find on my website: http://wizzup.org
I also get email notifications of private messages, though.
Simba (on Twitter | Group on Villavu | Website | Stable/Unstable releases
Documentation | Source | Simba Bug Tracker on Github and Villavu )
My (Blog | Website)
The best way to contact me is by email, which you can find on my website: http://wizzup.org
I also get email notifications of private messages, though.
Simba (on Twitter | Group on Villavu | Website | Stable/Unstable releases
Documentation | Source | Simba Bug Tracker on Github and Villavu )
My (Blog | Website)
Examples are the key for me personally, I'm used to java where if I don't understand a function I can google "java functionName" and find a million examples for me to sort through and find one that makes sense of the code for me.
The documentation is actually fairly clear as is, I'm not really sure why I didn't understand it the first time I read it.
Well sadly there aren't too many people posting about this specific function, but usually if you just use the search button (top of the page) and search for the function, you'll find stuff about it.
Hello, this is what I use:
FindDTMRotated(P1, x, y, MMX1, MMY1, MMX2, MMY2, -Pi/2, Pi/2, Pi/30, aFound)
-Pi/2 to P/2 will rotate 90 degrees each way if im not mistaking and the aStep just needs to be smaller than the limit angles but greater this number, the more lag it will create, this is what I use tho, I use normal FindDTMRotated, not sure what the diff. with SE is.
Make sure you definite x, y and P1 as integers, and aFound as extended.
P1 can be anything, this is usually the name of your DTM which must be loaded before you use this, and freed before you end your script, good luck.
Last edited by DemiseScythe; 12-18-2011 at 04:35 PM.
There are currently 1 users browsing this thread. (0 members and 1 guests)