Beispiel #1
0
 public Plane Reflect(Plane p)
 {
     Detail.sw00(P0, p.P0, out var p0);
     return(new Plane(p0));
 }