Results 1 to 9 of 9

Thread: FindDTMsRotatedSE

  1. #1
    Join Date
    Nov 2011
    Posts
    255
    Mentioned
    0 Post(s)
    Quoted
    6 Post(s)

    Default FindDTMsRotatedSE

    What degree of angles should be used for this function? For the variables sAngle, eAngle, and aStep

  2. #2
    Join Date
    Feb 2006
    Location
    Amsterdam
    Posts
    13,692
    Mentioned
    146 Post(s)
    Quoted
    130 Post(s)

    Default

    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)

  3. #3
    Join Date
    Nov 2011
    Posts
    255
    Mentioned
    0 Post(s)
    Quoted
    6 Post(s)

    Default

    Quote Originally Posted by Wizzup? View Post
    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 first time I read it I didn't understand it at all, however after reading it once you linked it it now makes complete sense...

    Now I understand how my parents/friends feel when they need computer help and it magically works once I'm standing there...

  4. #4
    Join Date
    Jan 2010
    Posts
    5,227
    Mentioned
    6 Post(s)
    Quoted
    60 Post(s)

    Default

    Quote Originally Posted by [Nathan] View Post
    The first time I read it I didn't understand it at all, however after reading it once you linked it it now makes complete sense...

    Now I understand how my parents/friends feel when they need computer help and it magically works once I'm standing there...
    Not sure if troll..

  5. #5
    Join Date
    Nov 2011
    Posts
    255
    Mentioned
    0 Post(s)
    Quoted
    6 Post(s)

    Default

    Quote Originally Posted by i luffs yeww View Post
    Not sure if troll..
    Oh, sorry if it was confusing, I was being dead serious

  6. #6
    Join Date
    Feb 2006
    Location
    Amsterdam
    Posts
    13,692
    Mentioned
    146 Post(s)
    Quoted
    130 Post(s)

    Default

    Quote Originally Posted by [Nathan] View Post
    The first time I read it I didn't understand it at all, however after reading it once you linked it it now makes complete sense...

    Now I understand how my parents/friends feel when they need computer help and it magically works once I'm standing there...
    Suggestions to make it more clear are very much welcomed.



    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)

  7. #7
    Join Date
    Nov 2011
    Posts
    255
    Mentioned
    0 Post(s)
    Quoted
    6 Post(s)

    Default

    Quote Originally Posted by Wizzup? View Post
    Suggestions to make it more clear are very much welcomed.
    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.

  8. #8
    Join Date
    Jan 2010
    Posts
    5,227
    Mentioned
    6 Post(s)
    Quoted
    60 Post(s)

    Default

    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.

  9. #9
    Join Date
    Nov 2011
    Posts
    1,268
    Mentioned
    17 Post(s)
    Quoted
    217 Post(s)

    Default

    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.

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •