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 9004301
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 16, 20262026-06-16T00:52:04+00:00 2026-06-16T00:52:04+00:00

What would be the formula to rotate a curve by the x axis in

  • 0

What would be the formula to rotate a curve by the x axis in java?

  • 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-06-16T00:52:05+00:00Added an answer on June 16, 2026 at 12:52 am

    Assuming you have the curve as an array of Points here is something like a pseudocode:

    Point[] curve;
    
    double x_max = curve[0].x, x_min = curve[0].x;
    for( point : curve) {
      x_max = max(x_max, point.x);
      x_min = max(x_min, point.x);
    }
    
    for (point : curve) {
      point.x = x_max - point.x + x_min;
    }
    

    How does it work? In fact I try to mirror the curve’s normalized coordinates – that is the coordinates that the points would have if they started from x = 0 (the formula for that is point.x - x_min) and then you subtract the result from x_max so that the curve now is defined right to left instead of left to right.

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

Sidebar

Related Questions

What algorithm or formula would you recommend to set the labels on the y-axis
What formula would I use in a persisted column so that I can add
i would like to find a formula describing this series. i need to set
I would like to use a formula to automatically set a position of a
The ideal solution for this would be in VBA and not a formula because
How do I write the formula that would mean this: If X<$999.00 then multiply
I want to to math operations with some kind of prepared formula that would
I have this table and I would like to create a formula which would
What formula would return TRUE if a column contains only cells with value D
How can I find the formula that would, based on a percentage value, give

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.