VestaIsoNativePoint.fromAffine constructor

VestaIsoNativePoint.fromAffine(
  1. VestaIsoAffineNativePoint point
)

Implementation

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