Code archives/3D Graphics - Maths/intersection dll

This code has been declared by its author to be Public Domain code.

Download source code

intersection dll by elias_t2002
Here is a Devc++ created dll to find out if a ray from a 3d point intersects a specific triangle in 3d space.

http://telias.free.fr/3d_blitz3d.html

Pass the origin [3d point],the vector,and the 3 vertices of the
triangle.
Call the dll.
If res=1 then the ray intersects the triangle
If res=0 it doesn't intersect it.

Devc++ source code included.
use the link above./

Comments

None.

Code Archives Forum