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

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
Hello! There is a simple line in the textbook. If ##S## is a manifold, an injectively immersed submanifold ##M## of ##S## is embedded if and only if ##M## is locally closed in ##S##. Recall the definition. M is locally closed if for each point ##x\in M## there open ##U\subset S## such that ##M\cap U## is closed in ##U##. Embedding to injective immesion is simple. The opposite direction is hard. Suppose I have ##N## as source manifold and ##f:N\rightarrow S## is the injective...

Similar threads

Back
Top