Recent content by doonzy
-
D
Undergrad Determining the line intersecting two planes
Hello, Given two planes, P1 and P2, I would like to determine their line of intersection L. I know three points that lie on each plane: (p1, p2, p3) for P1, and (q1, q2, q3) for P2. Based on what I am doing (triangle collision detection in 3D) it would be convenient to have L defined as a...- doonzy
- Thread
- Line Planes
- Replies: 1
- Forum: Differential Geometry
-
D
Graduate Computing the Jacobian matrix for a solar system simulation
Hello physicists! I'm a comp sci student and I am trying to graphically model a simplified version of the solar system as part of a programming exercise. In order to apply the gravitational forces to the planets, I need to compute the Jacobian matrix as it relates to two particles (planetary...