开发者

Any 3D geometry algorithms library in Java? [closed]

开发者 https://www.devze.com 2023-03-09 15:58 出处:网络
Closed. This question is off-topic. It is not currently accept开发者_Python百科ing answers. Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed. This question is off-topic. It is not currently accept开发者_Python百科ing answers.

Want to improve this question? Update the question so it's on-topic for Stack Overflow.

Closed 9 years ago.

Improve this question

I need a library, that could perform some geometry operations with objects in 3D, like:

  • Find min distance between 2 triangles
  • Intersect two polygons
  • Intersect two wireframe objects and exctract their difference (hardest one).

Is there any such open-source library?

P.S. JTS is not an option, because it doesn't work with 3D :(


Have a look at Java3D.

0

精彩评论

暂无评论...
验证码 换一张
取 消