Résolution d'un triangle
acN = (c - a).GetNormalized() bc2 = (c - b).GetLengthSquared() ac = (c - a).GetLength() co = bc2 / ac d = c + acN * co