Intersection of line with cube and knowing the point of intersection.
- by Raj
Hello everyone,
description
1.lines are originating from origin(0,0,0).
2.lines are at some random angle to the Normal of Top face of teh cube.
3.if the lines are intersecting cube , calculate the intersection point.
4.mainly i wan to know how much distance ,line traveled inside the cube.
I dont know exactly which approach should i take , i will be pleased and thankful if someone could guied me to the right direction,
to use OpenGL, DirectX or some other library, for C# .
some example or sample will be appriciated.