| New Reply |
Parametric equation for 3D circle that's off-axis |
Share Thread | Thread Tools |
| Dec16-11, 12:17 PM | #1 |
|
|
Parametric equation for 3D circle that's off-axis
Hi.
I want to know the equation to draw a circle that's a bit tilted. Imagine a 3D circle that's parallel with the Y axis. Now I want to take that circle and have its center cross through the origin still, but I want it to be θ degrees titled from the Y Axis. I'm using the following equations right now: x = r * sin(u) * cos(v) y = r * sin(v) z = r * cos(u) * cos(v) where r = radius, u ranges over full circle, v ranges from -pi/2 to pi/2 Thanks, Ryan |
| Dec16-11, 01:48 PM | #2 |
|
|
You need to transform your sphere's orientation via multiplication by a direction cosine matrix. Any intro text to mechanics or aero should have a good description. This link also has a decent description: http://www.ece.unb.ca/COBRA/Resource...r%20Angles.pdf
|
| New Reply |
| Tags |
| 3d geometry, circle, equations, sphere |
| Thread Tools | |
Similar Threads for: Parametric equation for 3D circle that's off-axis
|
||||
| Thread | Forum | Replies | ||
| Determine vector and parametric equations for the z-axis. | Calculus | 1 | ||
| How to calculate parametric representation of a circle? | Calculus & Beyond Homework | 7 | ||
| need the parametric equation of a circle perpendicular to a vector. | General Math | 4 | ||
| Write parametric and symmetric equations for the z-axis. | Calculus & Beyond Homework | 14 | ||
| Parametric line intersecting with x and y axis | Calculus & Beyond Homework | 1 | ||