ToProjective method

void ToProjective(
  1. ProjectiveGroupElement r
)

Implementation

void ToProjective(ProjectiveGroupElement r) {
  FeCopy(r.X, X);
  FeCopy(r.Y, Y);
  FeCopy(r.Z, Z);
}