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