Determines if the surface of the specified primitive intersects with the given box.
@param index The index of the primitive for which to determineintersection.
@param box A Box3 to intersect with.
@return True if box intersects with the specified primitiveor if it cannot be determined whether box intersects with the specified primitive. False otherwise.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.