Find if 3d point is inside 3d Circle

3 次查看(过去 30 天)
Hi all
I have been trying to find the correct and comprehensive algorithm to find if any giving point in space is inside a known circle(s) (i.e X Y Z radius angle azimuth).
I tried doing it by just finding the distance between the center of the circle and the point but this however can not accurately measure the points that are just outside the circle and belong to other circle. This is because I am testing if that particular point belong to many different circles in the space.
This is what I am using at the momment (x - x_centre)^2 + (y - y_centre)^2 + (z - z_centre)^2 <= r^2
Any ideas ?
Thanks

回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Computational Geometry 的更多信息

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by