AffinePoint.fromXY constructor

AffinePoint.fromXY(
  1. BigInt X,
  2. BigInt Y
)

Implementation

AffinePoint.fromXY(this.X, this.Y);