VestaIsoPoint.fromAffine constructor

VestaIsoPoint.fromAffine(
  1. VestaIsoAffinePoint point
)

Implementation

factory VestaIsoPoint.fromAffine(VestaIsoAffinePoint point) {
  return point.toCurve();
}