set method

void set(
  1. PreComputedGroupElement other
)

Implementation

void set(PreComputedGroupElement other) {
  yPlusX.set(other.yPlusX);
  yMinusX.set(other.yMinusX);
  xy2d.set(other.xy2d);
}