JAVA Checking if a 3D object is within another 3D object/Bounds -


i working on project on particle simulation and, in order simulate correct physical behavior, need make objects collide , bounce off. thing need check whether or not particle within central object (a cone). know in sphere class , in other primitives vecmath, there function .intersect(), perfect collisions. however, not find function .contains() check whether 1 object within (like in 2d library). of got suggestions and/or other libraries implement that? lot


Comments

Popular posts from this blog

c# - Unity IoC Lifetime per HttpRequest for UserStore -

Change the color of an oval at click in Java AWT -

I am trying to solve the error message 'incompatible ranks 0 and 1 in assignment' in a fortran 95 program. -