Find if 3d point is inside 3d Circle

2 Ansichten (letzte 30 Tage)
Abdulrahman
Abdulrahman am 20 Mär. 2015
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

Antworten (0)

Kategorien

Mehr zu Computational Geometry finden Sie in Help Center und File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by