public static Translator Exp(IdealLine il) { return(new Translator(il.P2)); }
public Line(IdealLine other) { P1 = _mm_setzero_ps(); P2 = other.P2; }