I have a tetrahedron in a 3D Cartesian space. It has two orientations. I know the same three vertices positions (xyz) in the first orientation and the second orientation. I know the position of the fourth point (xyz) in one orientation, and want to calculate it in the second. I understand this requires using rotation matrices or quaterions. The rotation matrix method seems the most user friendly. There seem to be quite a few previous posts on this, which have provided some good insight into the best approach. It seems my approach should be along the following lines: (1) Work out the center of rotation for the object. (2) Work out the precise rotation of the object about the x,y and z axes, passing through this point. (3) Use a rotation matrix to derive the position of the fourth point in its new orientation. Would somebody be kind enough to confirm I am on the right lines with this approach? Many Thanks. James.
2026-03-25 11:08:06.1774436886
3D Cartesian Transformation
176 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
1
There are 1 best solutions below
Related Questions in GEOMETRY
- Point in, on or out of a circle
- Find all the triangles $ABC$ for which the perpendicular line to AB halves a line segment
- How to see line bundle on $\mathbb P^1$ intuitively?
- An underdetermined system derived for rotated coordinate system
- Asymptotes of hyperbola
- Finding the range of product of two distances.
- Constrain coordinates of a point into a circle
- Position of point with respect to hyperbola
- Length of Shadow from a lamp?
- Show that the asymptotes of an hyperbola are its tangents at infinity points
Related Questions in ALGEBRA-PRECALCULUS
- How to show that $k < m_1+2$?
- What are the functions satisfying $f\left(2\sum_{i=0}^{\infty}\frac{a_i}{3^i}\right)=\sum_{i=0}^{\infty}\frac{a_i}{2^i}$
- Finding the value of cot 142.5°
- Why is the following $\frac{3^n}{3^{n+1}}$ equal to $\frac{1}{3}$?
- Extracting the S from formula
- Using trigonometric identities to simply the following expression $\tan\frac{\pi}{5} + 2\tan\frac{2\pi}{5}+ 4\cot\frac{4\pi}{5}=\cot\frac{\pi}{5}$
- Solving an equation involving binomial coefficients
- Is division inherently the last operation when using fraction notation or is the order of operation always PEMDAS?
- How is $\frac{\left(2\left(n+1\right)\right)!}{\left(n+1\right)!}\cdot \frac{n!}{\left(2n\right)!}$ simplified like that?
- How to solve algebraic equation
Related Questions in RIGID-TRANSFORMATION
- Prove that every proper rigid motion in space (R^3) that fixes the origin is a rotation about some axis
- Points fixed by the isotropy group of the restricted Poincaré group in Minkowski space
- Rotation matrix about any custom axis
- Element of $\mathfrak{se}(3)$ is a linear/angular velocity pair?
- Curvature and rigid movements
- Reference request: Rigid body motion
- Finding the global maximum of sum-of-exponentials
- How to prove that every rigid motion $F:\,\mathbb{R}\to \mathbb{R}$ is 1-to-1?
- Convention for the labelling of parameters of the jacobian of rigid body motion
- SVD - near-zero singular value
Trending Questions
- Induction on the number of equations
- How to convince a math teacher of this simple and obvious fact?
- Find $E[XY|Y+Z=1 ]$
- Refuting the Anti-Cantor Cranks
- What are imaginary numbers?
- Determine the adjoint of $\tilde Q(x)$ for $\tilde Q(x)u:=(Qu)(x)$ where $Q:U→L^2(Ω,ℝ^d$ is a Hilbert-Schmidt operator and $U$ is a Hilbert space
- Why does this innovative method of subtraction from a third grader always work?
- How do we know that the number $1$ is not equal to the number $-1$?
- What are the Implications of having VΩ as a model for a theory?
- Defining a Galois Field based on primitive element versus polynomial?
- Can't find the relationship between two columns of numbers. Please Help
- Is computer science a branch of mathematics?
- Is there a bijection of $\mathbb{R}^n$ with itself such that the forward map is connected but the inverse is not?
- Identification of a quadrilateral as a trapezoid, rectangle, or square
- Generator of inertia group in function field extension
Popular # Hahtags
second-order-logic
numerical-methods
puzzle
logic
probability
number-theory
winding-number
real-analysis
integration
calculus
complex-analysis
sequences-and-series
proof-writing
set-theory
functions
homotopy-theory
elementary-number-theory
ordinary-differential-equations
circles
derivatives
game-theory
definite-integrals
elementary-set-theory
limits
multivariable-calculus
geometry
algebraic-number-theory
proof-verification
partial-derivative
algebra-precalculus
Popular Questions
- What is the integral of 1/x?
- How many squares actually ARE in this picture? Is this a trick question with no right answer?
- Is a matrix multiplied with its transpose something special?
- What is the difference between independent and mutually exclusive events?
- Visually stunning math concepts which are easy to explain
- taylor series of $\ln(1+x)$?
- How to tell if a set of vectors spans a space?
- Calculus question taking derivative to find horizontal tangent line
- How to determine if a function is one-to-one?
- Determine if vectors are linearly independent
- What does it mean to have a determinant equal to zero?
- Is this Batman equation for real?
- How to find perpendicular vector to another vector?
- How to find mean and median from histogram
- How many sides does a circle have?
Let's say your tetrahedron with the four known vertices (Lets call it $T_A$) is given by four points $\{\mathbf a_1, \mathbf a_2, \mathbf a_3, \mathbf a_4\}$ and the other (Lets call it $T_B$) has a face corresponding to the first three points defined by $\{\mathbf b_1, \mathbf b_2, \mathbf b_3 \}$. You want to find $\mathbf b_4$ which corresponds to the fourth vertex of $T_B$. Lets assume that we store the $x$, $y$, and $z$ values of each of these points in a $3\times 1$ vector as $[x, y, z]^T$. Let's denote the base coordinate system with subscript $0$. Let's assume that each tetrahedron has a local coordinate system attached to it denoted by subscript $A$ and $B$. Each of these local coordinate systems is defined as follows:
We can then define the needed axes as follows: $$\mathbf x_A = \frac{\mathbf a_2 - \mathbf a_1}{\|\mathbf a_2 - \mathbf a_1\|}$$ $$\mathbf z_A = \frac{\mathbf x_A \times (\mathbf a_3- \mathbf a_1)}{\|\mathbf x_A \times (\mathbf a_3- \mathbf a_1)\|}$$
$$\mathbf y_A = \mathbf z_A \times \mathbf x_A$$
Do the same for $B$.
Now we can define the rotation matrix from $A$ back to the base coordinate system as
$$\mathbf R_0^A = \left[ \begin{array}{ccc} \mathbf x_A & \mathbf y_A & \mathbf z_A \end{array} \right].$$
Again, do the same for $B$.
Now we define a homogeneous transformation from $A$ back to the base coordinate system as follows
$$\mathbf H_0^A = \left[ \begin{array}{cc} \mathbf R_0^A & \mathbf a_1 \\ \mathbf 0^T & 1 \end{array} \right].$$
Do the same for $B$.
Now to transfer a point represented in the frame $A$ to the base coordinate system, use the transformation as follows:
$$\mathbf v_0 = \mathbf H_0^A \left[ \begin{array}{c} \mathbf v_A \\ 1 \end{array} \right].$$
Finally we can compute our unknown point as follows
$$\left[ \begin{array}{c} \mathbf b_4 \\ 1 \end{array}\right] = \mathbf H_0^B (\mathbf H_0^A)^{-1} \left[ \begin{array}{c} \mathbf a_4 \\ 1 \end{array} \right].$$