Is there a quick way to estimate the distance between a point and a triangle in 3d space? Preferably one which never returns higher than the actual distance.
I know I could form a pyramid then use the height equation to get the exact value but I'm just looking for a decent estimate.