affineFrom method
Implementation
@override
VestaAffineNativePoint affineFrom({
required VestaNativeFq x,
required VestaNativeFq y,
}) {
return VestaAffineNativePoint(x: x, y: y);
}
@override
VestaAffineNativePoint affineFrom({
required VestaNativeFq x,
required VestaNativeFq y,
}) {
return VestaAffineNativePoint(x: x, y: y);
}