Parametric equation for 3D circle that's off-axis

  • Context: Undergrad 
  • Thread starter Thread starter rromanowski
  • Start date Start date
  • Tags Tags
    3d Circle Parametric
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
1 reply · 8K views
rromanowski
Messages
1
Reaction score
0
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
 
Last edited:
Physics news on Phys.org