EdPoint constructor

EdPoint(
  1. BigInt x,
  2. BigInt y
)

Implementation

EdPoint(this.x, this.y) : isInfinity = false;