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