Point constructor

const Point(
  1. BigInt px,
  2. BigInt py,
  3. BigInt pz
)

3d=less inversions

Implementation

const Point(this.px, this.py, this.pz);