AffinePoint constructor

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

Implementation

AffinePoint(this.x, this.y);