VestaIsoNativePoint.fromAffine constructor
VestaIsoNativePoint.fromAffine()
Implementation
factory VestaIsoNativePoint.fromAffine(VestaIsoAffineNativePoint point) {
return point.toCurve();
}
factory VestaIsoNativePoint.fromAffine(VestaIsoAffineNativePoint point) {
return point.toCurve();
}