check if point is infinity
@override bool get isInfinity => _coords.isEmpty || (_coords[0] == BigInt.zero && _coords[1] == BigInt.zero);