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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 13, 20262026-06-13T10:55:56+00:00 2026-06-13T10:55:56+00:00

I am looking for a C or C++ library/engine that will draw a path

  • 0

I am looking for a C or C++ library/engine that will draw a path line plot (2D and/or 3D), given a set of segment inputs. Each segment is generally connected to the previous segment, and each segment includes distance, a degree bearing, and a declination. See the images below for sample output. 2D would require only distance and bearing, while 3D would require distance, bearing, and declination.

I’m not looking for a charting/reporting library.

Does anyone know of any libraries, preferably open source, that would suffice to draw a path line plot given inputs?

enter image description here

Ultimately I’d like to draw something like this (a map):

enter image description here

  • 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-13T10:55:57+00:00Added an answer on June 13, 2026 at 10:55 am

    If you break down what the library would need to do,
    you end up with some pretty basic functions,
    which you probably won’t find encapsulated as a library
    since they are pretty trivial.

    Step 1: “Segments to 3d Points”

    a) Create a unit vector along your reference axis.
    b) Scale it by the segment distance.
    c) Rotate it by the bearing.
    d) Rotate it by the declination.
    (Note: Assuming bearing and declination are orthogonal you shouldn’t run into any trouble.)
    e) Add the start of the segment (aka the last vector).

    Step 2: “3d Points to 2d Points”

    a) Multiply your 3d vector through a perspective or orthognal projection matrix.

    Step 3: “2d points to lines”

    a) Use the bresenham line algorithm to gte the individual pixels.

    Once you finished Step 2 and actually have lines in 2-point representation
    all drawing libraries should do.
    No magic at all 😉

    (Note: There are lots of flight tracking/mapping apps out there that do a mighty fine job.)

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

Sidebar

Related Questions

I'm looking for a library that will disassemble x86 code into some sort of
I'm looking for a library that will do some pre-validation functions on my input
I'm looking for a library that will allow me to construct a Tree and
I'm looking for a Javascript library/engine that can do graph layouts. (And when I
I have been looking for some open source search engine software/library that can be
Looking for a library that will allow me to size and resize images using
I was looking for some library that make easier the manage of the box
I am looking for a library that allows me to read an Excel document
I am looking for a library or database that can provide guesses about whether
I'm looking for a library that could be used to manipulate audio files. Essentially

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.