from method
VestaNativePoint
from({
- required VestaNativeFq x,
- required VestaNativeFq y,
- required VestaNativeFq z,
override
Implementation
@override
VestaNativePoint from({
required VestaNativeFq x,
required VestaNativeFq y,
required VestaNativeFq z,
}) {
return VestaNativePoint(x: x, y: y, z: z);
}