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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 29, 20262026-05-29T18:00:40+00:00 2026-05-29T18:00:40+00:00

Given a 3D plane and an arbitrary point on it that I want to

  • 0

Given a 3D plane and an arbitrary point on it that I want to consider the origin (0,0,0) of a new basis, it is possible to: (A) define a basis from this information? And (B) create a transformation matrix that allows me to convert between world space and the new basis?

I can assume the transformation is affine.

Thanks very much!

  • 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-29T18:00:41+00:00Added an answer on May 29, 2026 at 6:00 pm

    The short answer is yes, but since you only have a plane the orientation of the new basis will be arbitrary.

    Lets say you have a point k that lies on the plane P and you want point k as your origin. You have P = (N, d) where N is the normalised plane normal and d is the distance to the plane from the origin.

    To determine an orthonormal basis with arbitrary orientation on this plane
    Define 3 vectors right R, up U and normal N

    We already have N which is nothing but the normal of the plane

    U = (0,1,0)
    // If U is pointing in almost the same direction as N, change it
    if (U.N > 0.7071) U = (0, 0, 1);
    R = normalise (U x N)
    U = normalise (N x R) // U was not orthonormal
    

    Now define a 3×3 transformation matrix M where the 3 rows of the matrix are R, U and N respectively.

          R
    M = ( U )
          N
    

    Now let us say you wanted to transform a point p to a point p’ on your plane.

    p' = M ( p - k )
    

    If you want to do all this with one matrix you can combine M and the translation vector -k into a 4×4 homogeneous matrix.
    Notes:

    1. The .’s above are vector dot products
    2. The x’s above are vector cross products

    HTH

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

Sidebar

Related Questions

Is possible to draw a quad given its normal vector, a point that is
Given n points on a 2-D plane, what is the point such that the
I want to know if a ray from an arbitrary point will strike a
Given a point cloud, what's the best way to find the closest plane that's
Given a set of n points on plane, I want to preprocess these points
I have a set of point (x,y) on a 2d plane. Given a point
Given two points in a 2D plane, and a circle of radius r that
So, I have this algorithm to calculate cross-section of 3D shape with plane given
Given a graph of n nodes that are all interconnected on a coordinate plane,
Given 2 point in a 2D plane, how many lattice points lie within these

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.