Exemplo n.º 1
0
 public static float DistanceToLine(vec3 p, vec3 e0, vec3 e1, out float t)
 {
     return(Line3D.Distance(p, e0, e1, out t));
 }