AffinePoint constructor

AffinePoint()

Implementation

AffinePoint() {
  X = BigInt.zero;
  Y = BigInt.zero;
}