I'm looking for someone to write a function that checks to see if a line segment is intersecting with a cube in 3D space. The input should be 2 points (x,y,z) that represent the line segment (this is not an infinite line), the cube center point (x,y,z), cube width, cube length, cube height. The cube is always at a right angle to the x-z plane where y is the up axies, but the line can be at any angle in any direction. I would prefer to avoid using third party libraries (only whatever comes with VS2005) but if you feel that you'll only be able to do it using a third party library then I guess it's OK. Please let me know if you're interested and how much you would charge for this. Thanks!