#Double Click & Area Q's
A few questions to anyone…
1) Has anyone created a function to handle double clicking the mouse in an
IPAS3 program? I would like to use this feature but don't know how to
implement it.
2) Does anyone know how to calculate the AREA of a triangle in 3 space? For
example I would like to create a function to which you pass 3 3d vertices and
it returns the area of the triangle formed by those verticies, i.e.
float tri_area(float x1, float y1, float z1, float x2, float y2, float z2,
float x3, float y3, float z3)
Thanks to anyone who can help,
Mark