From: Dingzhou Cao on
Hi

Anyone know how to check 2 3D objects intersect with each other?
For example, how to check to whether 2 cylinders join with each other?
In 2D, function inpolygon can be used to check whether a point is inside a polygon or not, is there any similar function can be used in 3D case?

Thanks!

DZ