122123124125126127128129130131132
Vector3f b = new Vector3f(lineStart); b.subtract(point); Vector3f cross = new Vector3f(); cross.cross(a,b); return cross.length()/a.length(); } /**