Beispiel #1
0
 public unsafe void Conjugate(Plane *input, Plane *output, int count)
 {
     Detail.sw012(true, &input->P0, P1, P2, &output->P0, count);
 }
Beispiel #2
0
 public Plane Conjugate(Plane input)
 {
     return(new Plane(Detail.sw012(true, input.P0, P1, P2)));
 }
Beispiel #3
0
 public unsafe void Conjugate(Plane *input, Plane *output, int count)
 {
     Detail.sw012(false, &input->P0, P1, default, &output->P0, count);