Finding the intersection of the Circle and Infinite Cylinder in 3D space
问题 Finding the intersection of the Circle and Infinite Cylinder. (all in 3D) • Circle is defined by center, plane in which it lies and radius. • Cylinder is defined by axis and radius. how can i get the intersection of these two? 回答1: WLOG the cylinder has equation X² + Y² = 1 (if not, you can make it so by translation, rotation and scaling). Then the parametric equation of the circle is P = C + U cos t + V sin t where C is the center point and U , V two orthogonal vectors in the circle plane,