+ Reply to Thread
Results 1 to 6 of 6

3d vector angle

  1. #1
    Registered User
    Join Date
    12-07-2017
    Location
    finland
    MS-Off Ver
    2016
    Posts
    3

    3d vector angle

    Im looking formula to find angle between 0,0,0 and for examle x=100 y=500 z=10. Is it possible using arctan? Tried to figure out how to implement angle between two vectors, but couldnt make it work
    Attached Files Attached Files

  2. #2
    Forum Expert shg's Avatar
    Join Date
    06-20-2007
    Location
    The Great State of Texas
    MS-Off Ver
    2003, 2010
    Posts
    40,678

    Re: 3d vector angle

    Im looking formula to find angle between 0,0,0 and for examle x=100 y=500 z=10.
    What angle? The angle between the vector and the x-z plane? The angle in the x-y plane? The angle between the vector and one of the axes?
    Entia non sunt multiplicanda sine necessitate

  3. #3
    Registered User
    Join Date
    12-07-2017
    Location
    finland
    MS-Off Ver
    2016
    Posts
    3

    Re: 3d vector angle

    is there way to combine x-z angle and y-z angle in to single angle?

  4. #4
    Forum Expert shg's Avatar
    Join Date
    06-20-2007
    Location
    The Great State of Texas
    MS-Off Ver
    2003, 2010
    Posts
    40,678

    Re: 3d vector angle

    I don't know what that means, but you can calculate any angle you can clearly define.

  5. #5
    Forum Guru
    Join Date
    04-13-2005
    Location
    North America
    MS-Off Ver
    2002/XP and 2007
    Posts
    15,819

    Re: 3d vector angle

    As a guess, it looks like an attempt to convert Cartesian coordinates to spherical coordinates, where you need r, θ, and φ. https://en.wikipedia.org/wiki/Spheri...an_coordinates Looking at the formulas given in Wikipedia, it looks like you have r and φ, and you just need θ, which appears to be an ACOS() function. Did I guess right?
    Quote Originally Posted by shg
    Mathematics is the native language of the natural world. Just trying to become literate.

  6. #6
    Registered User
    Join Date
    12-07-2017
    Location
    finland
    MS-Off Ver
    2016
    Posts
    3

    Re: 3d vector angle

    Thank you so much for help. sorry im total noob in mathematics :P elevation from the reference plane asin(z/r) was the formula i was looking for

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Replies: 2
    Last Post: 07-21-2016, 11:33 AM
  2. Replies: 4
    Last Post: 12-21-2012, 02:56 PM
  3. Replies: 4
    Last Post: 09-03-2012, 06:53 PM
  4. Replies: 7
    Last Post: 09-22-2011, 11:06 AM
  5. Lookup vector - result vector
    By abousetta in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 08-23-2011, 02:59 AM
  6. Create shorter vector from a vector of unknown length
    By agentred in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 04-15-2010, 12:53 PM
  7. Replies: 0
    Last Post: 04-05-2006, 02:35 AM

Bookmarks

Posting Permissions

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

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1