【发布时间】:2014-07-04 18:05:11
【问题描述】:
How can I detect if a point is inside a cone or not, in 3D space? 无济于事,因为截锥可以是圆柱体。
我尝试了另一种方法,它涉及的计算量很大,而且很大。
我正在寻找更简单的方法来查找截锥内某个点的存在/不存在。
Mid point of bottom of the truncated cone -> x,y,z
Mid point of top of the truncated cone -> x, y2, z
BottomRadius = r1
TopRadius = r2
【问题讨论】:
标签: algorithm math 3d vector-graphics