fromAffine static method

Point fromAffine(
  1. AffinePoint p
)

Create a point from a AffinePoint

Implementation

static Point fromAffine(AffinePoint p) => Point(p.x, p.y, BigInt.one);