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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 13, 20262026-05-13T22:05:50+00:00 2026-05-13T22:05:50+00:00

I have a triangle in 3D space defined by its 3 vertices, p0, p1,

  • 0

I have a triangle in 3D space defined by its 3 vertices, p0, p1, and p2.

I wish to calculate a plane in this 3D space which lies along both p0 and p1 and faces a third point, p2.

This plane is to be defined by a position and normalised direction/

In addition to lying along p0 and p1, and facing p2, the plane should also be perpendicular to the plane created by p0, p1, and p2

I’ve struggled with this for quite a while and any help anyone can offer is greatly appreciated.

  • 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-13T22:05:50+00:00Added an answer on May 13, 2026 at 10:05 pm

    Your question is ill-posed. For any plane that lies on p0 and p1 there will be some point on that plane that “faces” point p2. So all that’s left to compute is some plane along p0 and p1.

    normal = normalize(cross(p1-p0, pX-p0))  //pX is anything except p1
    planePoint = p0
    

    EDIT: see comments

    here is an example of my comment explanation

    octave:14> p0
    p0 =

    0 0 0

    octave:15> p1
    p1 =

    0 0 5

    octave:16> p2
    p2 =

    5 0 0

    octave:17> cross(p1-p0, cross(p1-p0,p2-p0))
    ans =

    -125 0 0

    You’ll notice that the sign is wrong, play with the order of parameters in the cross product to get it facing the right way. Also don’t forget to normalize…but it wont affect the direction. Also check to make sure the norm after each cross product isn’t near 0, otherwise there is no unique answer.. (triangle forms a line)

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

Sidebar

Related Questions

Have just started using Visual Studio Professional's built-in unit testing features, which as I
Have you managed to get Aptana Studio debugging to work? I tried following this,
I have a triangle in (u,v) coordinates in an image. I would like to
So i have a set of four points in 3D Space. P1 [0, 0,
This is an Erlang question. I have run into some unexpected behavior by io:fread.
Based on this original idea, that many of you have probably seen before: http://rogeralsing.com/2008/12/07/genetic-programming-evolution-of-mona-lisa/
I'm trying to create a triangle where empty cells have spaces and non empty
http://www.youtube.com/watch?v=DyssOSmwuoo according to my video when call animation PageTransitionForward it will have a triangle
I have this algorithm that I found here, just one thing puzzles me about
I have found this example on StackOverflow: var people = new List<Person> { new

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.