Checks if this ProjectivAffinePoint represents the point at infinity (O)
ProjectivAffinePoint
@override bool isZero() => x == BigInt.zero && y == BigInt.zero;