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

PHPMotion implementation - URL based videos (Hosted on separate location) -

javascript - Using Windows Media Player as video fallback for video tag -

c# - Unity IoC Lifetime per HttpRequest for UserStore -