public fp2(fp x, fp y) { this.x = x; this.y = y; }
public fp3(fp x, fp y, fp z) { this.x = x; this.y = y; this.z = z; }