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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 21, 20262026-05-21T22:18:22+00:00 2026-05-21T22:18:22+00:00

Through 2 given points runs a line (K1 and K3). I want to compute

  • 0

Through 2 given points runs a line (K1 and K3). I want to compute (find) 2 others points (X1,X2), which are parallel to given points. Also I have center point(K2) between first and last point on this line.

Illustration

I have K1,K2 and K3

How to find X1 and X2? I’m coding in C# in WPF, and I don’t know how to solve this problem… please, help me

Roberto

  • 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-21T22:18:23+00:00Added an answer on May 21, 2026 at 10:18 pm

    The vector tangential to your original line has the components

    t_1 = K3_1 - K1_1
    t_2 = K3_2 - K1_2
    

    A normal vector to this line would be

    n_1 = t_2
    n_2 = -t_1
    

    The length of the vector n is equal to the distance from K1 to K2. Since you actually want a quarter of this distance, your final result is

    X1_1 = K1_1 + 0.25 * n_1
    X1_2 = K1_2 + 0.25 * n_2
    X2_1 = K2_1 + 0.25 * n_1
    X2_2 = K2_2 + 0.25 * n_2
    

    Note that you could choose the opposite sign for n, in which case you’d end up with a parallel line translated by the same distance in the opposite direction.

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

Sidebar

Related Questions

I have a webcrawling software, written in Java, that goes through any given website,
We have some data which represents many model runs under different scenarios. For a
I have a list of amplitude frequency response points. The amplitudes are given in
I have a system for which I am creating a plugin through a well
Given a line made up of several points, how do I make the line
When displaying all articles of a specific month (given through the urls like this
I'm trying to run through an example given for the C++ Xerces XML library
Has MS given up on J# ? We integrate with software currently through a
When I create a named range through the Name Manager, I'm given the option
Could anyone give me example code to access the command line through VBScript? I

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.