dispiriton
- 8
- 0
Homework Statement
In general how do i parametrize a circle of radius r at centre (a,b,c) laying on a plane? E.g. (x + y + z = 6)
The discussion focuses on parameterizing a circle of radius r centered at (a, b, c) that lies in a specified plane, such as x + y + z = 6. The solution involves starting with a circle in the xy-plane, applying a rotation to align it with the target plane, and then translating it to the desired center. A method provided by Vela includes finding two unit vectors, u and v, that are perpendicular to the plane's normal vector N and to each other, leading to the parameterization R(t) = ⟨a, b, c⟩ + r * u * cos(t) + r * v * sin(t).
PREREQUISITESMathematicians, computer graphics developers, and students studying 3D geometry who need to understand circle parameterization in three-dimensional space.