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