Author Topic: Vectors from location  (Read 281 times)

Legacy_Xardex

  • Sr. Member
  • ****
  • Posts: 414
  • Karma: +0/-0
Vectors from location
« on: November 22, 2011, 09:40:32 pm »


               How do I get the vectors from locations?
               
               

               
            

Legacy_Lightfoot8

  • Hero Member
  • *****
  • Posts: 4797
  • Karma: +0/-0
Vectors from location
« Reply #1 on: November 22, 2011, 10:17:30 pm »


               Well there are Two vectores in the location.  The first is the position  :  GetPositionFromLocation

the other is the Facing.  :   GetFacingFromLocation


You will have to convert the Facing into a vector.  :   AngleToVector
               
               

               


                     Modifié par Lightfoot8, 22 novembre 2011 - 10:20 .
                     
                  


            

Legacy_Xardex

  • Sr. Member
  • ****
  • Posts: 414
  • Karma: +0/-0
Vectors from location
« Reply #2 on: November 22, 2011, 10:53:11 pm »


               Oh, GetPositionFromLocation...
Thanks. I feel a little more dumber now.
               
               

               


                     Modifié par Xardex, 22 novembre 2011 - 10:53 .
                     
                  


            

Legacy_Lightfoot8

  • Hero Member
  • *****
  • Posts: 4797
  • Karma: +0/-0
Vectors from location
« Reply #3 on: November 22, 2011, 11:14:48 pm »


               

Xardex wrote...

Oh, GetPositionFromLocation...
Thanks. I feel a little more dumber now.


No reason to fell dumb.  I think I searched the lexicon for 2 hours or more one day, trying to figure out the same thing.   Why Oh Why did they not just give a get Vector from Location function