Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 982013
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 16, 20262026-05-16T04:37:52+00:00 2026-05-16T04:37:52+00:00

Im trying to find out the angle (in degrees) between two 2D vectors. I

  • 0

Im trying to find out the angle (in degrees) between two 2D vectors. I know I need to use trig but I’m not too good with it. This is what I’m trying to work out (the Y axis increases downward):
alt text

I’m trying to use this code at the moment, but it’s not working at all (calculates random angles for some reason):

private float calcAngle(float x, float y, float x1, float y1)
{
    float _angle = (float)Math.toDegrees(Math.atan2(Math.abs(x1-x), Math.abs(y1-y)));
    Log.d("Angle","Angle: "+_angle+" x: "+x+" y: "+y+" x1: "+x1+" y1: "+y1);
    return _angle;
}

These are my results (There constant when providing a constant position, but when I change the position, the angle changes and I can’t find any link between the two angles):

Position 1:
x:100 y:100
x1:50 y1:50
Angle: 45

Position 2:
x:92 y:85
x1:24 y1:16
Angle: 44.58

Position 3:
x:44 y: 16
x1:106 y1:132
Angle: 28.12

Edit: Thanks everyone who answered and helped me figure out that was wrong! Sorry the title and the question was confusing.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-16T04:37:53+00:00Added an answer on May 16, 2026 at 4:37 am

    Aha! Turns out I just needed to flip my angle and use atan2. This is my final code:

    private float calcAngle(float x, float y, float x1, float y1)
    {
        float _angle = (float)Math.toDegrees(Math.atan2(x1-x, y-y1));
        return _angle;
    }

    Thanks everyone for helping me figure this out and also for helping me to understand what I’m actually doing! 🙂

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I am trying to find out which version of OpenMP is installed on my
I'm trying to find out about the Extras menu on windows phone. Extras.xml. Here
I've been trying to find out if the following scenario is possible, I'll do
Hey again guys. So, I'm trying to find out how to select every field
I've been trying to find a reliable way to get the length of time
I am trying to find all the broken links in the webpage using Java.
I'm trying to write code that can print only filled text boxes in the
Excuse my ignorance, I'm very new to Python. I'm trying to perform factor analysis
Question: Is it posible to detect when a file, for wich a have an
I wrote a program which solves some kind of optimization problem. I have been

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.