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
Click For Summary
SUMMARY

The discussion focuses on deriving a parametric equation for a 3D circle tilted at an angle θ from the Y-axis while maintaining its center at the origin. The current equations used are x = r * sin(u) * cos(v), y = r * sin(v), and z = r * cos(u) * cos(v), where r is the radius, u ranges over a full circle, and v ranges from -π/2 to π/2. To achieve the desired tilt, a direction cosine matrix must be applied to transform the sphere's orientation. This transformation is essential for accurately representing the tilted circle in 3D space.

PREREQUISITES
  • Understanding of parametric equations in 3D geometry
  • Familiarity with direction cosine matrices
  • Basic knowledge of trigonometric functions
  • Introductory mechanics or aerospace concepts
NEXT STEPS
  • Research direction cosine matrices for 3D transformations
  • Learn about Euler angles and their applications in 3D rotations
  • Explore advanced parametric equations for complex shapes
  • Study the link provided for kinematics and rotations: http://www.ece.unb.ca/COBRA/Resources/Kinematics,%20Rotations%20and%20Euler%20Angles.pdf
USEFUL FOR

This discussion is beneficial for mathematicians, engineers, and computer graphics developers who are working on 3D modeling, simulations, or any application requiring the representation of tilted geometrical shapes in three-dimensional space.

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

Similar threads

  • · Replies 4 ·
Replies
4
Views
2K
  • · Replies 7 ·
Replies
7
Views
6K
  • · Replies 4 ·
Replies
4
Views
2K
  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 5 ·
Replies
5
Views
2K
  • · Replies 1 ·
Replies
1
Views
3K
  • · Replies 3 ·
Replies
3
Views
2K
  • · Replies 2 ·
Replies
2
Views
3K
  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 2 ·
Replies
2
Views
3K